-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |