Skip to content

Commit

Permalink
Merge pull request #158 from lsst-ts/tickets/DM-47291
Browse files Browse the repository at this point in the history
tickets/DM-47291 Update BaseMakeCalibrations to trigger cp_verify and don't wait for it to finish.
  • Loading branch information
iglesu authored Nov 12, 2024
2 parents a621637 + eeed65c commit 6a7ed56
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 114 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`
Loading

0 comments on commit 6a7ed56

Please sign in to comment.