Implement watchdogs #549
Closed
enrique-tyris
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Hi @enrique-tyris , thanks for your suggestion. Implemented on #585. It will land on v3.0! 🚀 Best regards! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Please just add an optionally configurable timer to each state. Useful for avoiding the machine infinitely getting stuck on certain state.
Quite a pain in the ass to implement manually, tried usign ThreadPoolExecutor but then thread context is ruined and before_ and after_ transition methods do not work.
Beta Was this translation helpful? Give feedback.
All reactions