Skip to content

Commit 3907cf9

Browse files
committed
cannot stop
1 parent 30478c8 commit 3907cf9

File tree

1 file changed

+1
-0
lines changed
  • services/storage/src/simcore_service_storage/modules/celery

1 file changed

+1
-0
lines changed

services/storage/src/simcore_service_storage/modules/celery/signals.py

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ async def lifespan(
6262
target=_init_fastapi,
6363
name="fastapi_app",
6464
args=(startup_complete_event,),
65+
daemon=True,
6566
)
6667
thread.start()
6768
# ensure the fastapi app is ready before going on

0 commit comments

Comments
 (0)