[fix] restart gap
This commit is contained in:
parent
770af1fe76
commit
50af62b3fb
10 changed files with 348 additions and 4 deletions
|
|
@ -56,6 +56,8 @@ def _build_startup_handler(
|
|||
if task is not None and not task.done():
|
||||
return
|
||||
|
||||
await asyncio.to_thread(container.sandbox_reconciler.execute)
|
||||
|
||||
stop_event = asyncio.Event()
|
||||
setattr(app.state, APP_CLEANUP_STOP_STATE, stop_event)
|
||||
setattr(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue