Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_middleware
-
Labels:None
-
Story Points:0
-
Epic Link:
-
Sprint:TSSW Sprint - Feb 28 - Mar 14
-
Team:Telescope and Site
-
Urgent?:No
Description
Now that the SalLogHandler has to uses a task to publish the logMessage event, we can get warnings about tasks that are not awaited when shutting down.
Try to eliminate these by offering a way to await all unfinished tasks, and doing so in the CSC shutdown code.
Pull request: https://github.com/lsst-ts/ts_salobj/pull/228