We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bfc19 commit 73ee7bfCopy full SHA for 73ee7bf
services/dask-sidecar/src/simcore_service_dask_sidecar/worker.py
@@ -68,8 +68,8 @@ async def dask_setup(worker: distributed.Worker) -> None:
68
loop = asyncio.get_event_loop()
69
_logger.info("We do have a running loop in the main thread: %s", f"{loop=}")
70
71
- if settings.DASK_SIDECAR_RABBITMQ:
72
- await worker.plugin_add(RabbitMQPlugin(settings.DASK_SIDECAR_RABBITMQ))
+ if settings.DASK_SIDECAR_RABBITMQ:
+ await worker.plugin_add(RabbitMQPlugin(settings.DASK_SIDECAR_RABBITMQ))
73
74
75
async def dask_teardown(worker: distributed.Worker) -> None:
0 commit comments