We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f2037 commit 4117015Copy full SHA for 4117015
services/storage/src/simcore_service_storage/modules/celery/signals.py
@@ -23,8 +23,8 @@
23
_LIFESPAN_TIMEOUT: Final[int] = 10
24
25
26
-def on_worker_init(sender, **_kwargs):
27
- def _init_fastapi():
+def on_worker_init(sender, **_kwargs) -> None:
+ def _init_fastapi() -> None:
28
loop = asyncio.new_event_loop()
29
asyncio.set_event_loop(loop)
30
shutdown_event = asyncio.Event()
0 commit comments