We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48f87c commit 57b7673Copy full SHA for 57b7673
durabletask/worker.py
@@ -2089,7 +2089,7 @@ async def run(self):
2089
)
2090
2091
except Exception as queue_exception:
2092
- self._logger.error(f"Uncaught error in activity manager thread pool: {queue_exception}")
+ self._logger.error(f"Shutting down worker - Uncaught error in activity manager thread pool: {queue_exception}")
2093
while self.activity_queue is not None and not self.activity_queue.empty():
2094
try:
2095
func, cancellation_func, args, kwargs = self.activity_queue.get_nowait()
0 commit comments