Skip to content

Commit 8d44628

Browse files
committed
language
1 parent ce86555 commit 8d44628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/dask-sidecar/src/simcore_service_dask_sidecar/rabbitmq_worker_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async def _() -> None:
6060

6161
if threading.current_thread() is not threading.main_thread():
6262
_logger.warning(
63-
"RabbitMQ client plugin setup is not in the main thread! Beware! if in pytest it's ok."
63+
"RabbitMQ client plugin setup is not in the main thread! TIP: if in pytest it's ok."
6464
)
6565

6666
with log_context(
@@ -98,7 +98,7 @@ async def _() -> None:
9898
)
9999
else:
100100
_logger.warning(
101-
"RabbitMQ client plugin setup is not the main thread! Beware! if in pytest it's ok."
101+
"RabbitMQ client plugin setup is not the main thread! TIP: if in pytest it's ok."
102102
)
103103

104104
# Cancel the message processor task

0 commit comments

Comments
 (0)