Luke
03/02/2025, 10:28 AMcloseAndJoin
when the backend is stopped
1. use the existing scope and wrap database calls in NonCancellable
2. create a separate scope for saving to the db, which when stopping the server i can make unavailable to launch new jobs, and join without cancelling
3. something else?Luke
03/02/2025, 10:59 AM