Skip to content

Commit 57b7673

Browse files
committed
Log clarity
1 parent e48f87c commit 57b7673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

durabletask/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,7 @@ async def run(self):
20892089
)
20902090
)
20912091
except Exception as queue_exception:
2092-
self._logger.error(f"Uncaught error in activity manager thread pool: {queue_exception}")
2092+
self._logger.error(f"Shutting down worker - Uncaught error in activity manager thread pool: {queue_exception}")
20932093
while self.activity_queue is not None and not self.activity_queue.empty():
20942094
try:
20952095
func, cancellation_func, args, kwargs = self.activity_queue.get_nowait()

0 commit comments

Comments
 (0)