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 ce86555 commit 8d44628Copy full SHA for 8d44628
services/dask-sidecar/src/simcore_service_dask_sidecar/rabbitmq_worker_plugin.py
@@ -60,7 +60,7 @@ async def _() -> None:
60
61
if threading.current_thread() is not threading.main_thread():
62
_logger.warning(
63
- "RabbitMQ client plugin setup is not in the main thread! Beware! if in pytest it's ok."
+ "RabbitMQ client plugin setup is not in the main thread! TIP: if in pytest it's ok."
64
)
65
66
with log_context(
@@ -98,7 +98,7 @@ async def _() -> None:
98
99
else:
100
101
- "RabbitMQ client plugin setup is not the main thread! Beware! if in pytest it's ok."
+ "RabbitMQ client plugin setup is not the main thread! TIP: if in pytest it's ok."
102
103
104
# Cancel the message processor task
0 commit comments