Skip to content

Commit

Permalink
Added news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesu committed Nov 12, 2024
1 parent 71b9071 commit eeed65c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/news/DM-4721.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Update BaseMakeCalibrations to trigger cp_verify and don't wait for it to finish.

- Refactor run_block to handle calibration and verification concurrently
using asyncio
- Added helper methods (process_images, process_verification,
process_calibration) to reduce code duplication
- Manage background tasks with a list, including timeout handling and
cancellation if not completed in time
- Add configuration option `background_task_timeout` to control
background task timeouts
- Added unit test for BaseMakeCalibrations in
`tests/test_base_make_calibrations.py`

0 comments on commit eeed65c

Please sign in to comment.