How to resume all interrupted workflows upon server restart after crash? #4661
Unanswered
MrCsabaToth
asked this question in
Q&A
Replies: 1 comment
-
do you find a solution for these scenario? @MrCsabaToth |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current examples show only a scenario which assumes a
thread_id
and acheckpoint_id
in hand. I can see there's a function to list all checkpoints int he DB. That would be inefficient when the history is long. I'd want to only list the interrupted workflows. (And them resume them). How to do that?Beta Was this translation helpful? Give feedback.
All reactions