File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ async def _handle_activation(
215
215
)
216
216
except asyncio .TimeoutError :
217
217
raise RuntimeError (
218
- f"Potential deadlock detected, workflow didn't yield within { self ._deadlock_timeout_seconds } second(s)"
218
+ f"[TMPRL1101] Potential deadlock detected, workflow didn't yield within { self ._deadlock_timeout_seconds } second(s)"
219
219
)
220
220
except Exception as err :
221
221
logger .exception (
Original file line number Diff line number Diff line change @@ -2379,7 +2379,7 @@ async def last_history_task_failure() -> str:
2379
2379
2380
2380
try :
2381
2381
await assert_eq_eventually (
2382
- "Potential deadlock detected, workflow didn't yield within 2 second(s)" ,
2382
+ "[TMPRL1101] Potential deadlock detected, workflow didn't yield within 2 second(s)" ,
2383
2383
last_history_task_failure ,
2384
2384
timeout = timedelta (seconds = 5 ),
2385
2385
interval = timedelta (seconds = 1 ),
You can’t perform that action at this time.
0 commit comments