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 a7bb2dd commit 7407140Copy full SHA for 7407140
services/dask-sidecar/src/simcore_service_dask_sidecar/worker.py
@@ -76,7 +76,7 @@ async def dask_setup(worker: distributed.Worker) -> None:
76
RabbitMQPlugin(settings.DASK_SIDECAR_RABBITMQ), catch_errors=False
77
)
78
except Exception:
79
- await worker.close()
+ await worker.close(reason="failed to add RabbitMQ plugin")
80
raise
81
82
print_dask_sidecar_banner()
0 commit comments