We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971243b commit 88b3a88Copy full SHA for 88b3a88
polling/periodic_sequence/workflows.py
@@ -38,6 +38,5 @@ async def run(self, name: str) -> str:
38
except ActivityError:
39
workflow.logger.error("Activity failed, retrying in 1 seconds")
40
await asyncio.sleep(1)
41
- workflow.continue_as_new(name)
42
43
- raise Exception("Polling failed after all attempts")
+ workflow.continue_as_new(name)
0 commit comments