Skip to content

Commit 5accc77

Browse files
authored
Merge pull request #3 from fastfishio/worker-error-fix
Worker broken pipe error fix
2 parents eabf17c + a5efc60 commit 5accc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadence/activity_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def activity_task_loop(worker: Worker):
3838
return
3939
except Exception as ex:
4040
logger.error("PollForActivityTask error: %s", ex)
41-
continue
41+
raise
4242
if err:
4343
logger.error("PollForActivityTask failed: %s", err)
4444
continue

0 commit comments

Comments
 (0)