You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default error handler is used which retries the work at 2:10am
Now instead of running at 3am, the work has run at 2:10am.
The statemachine should make a best effort to wait until 3am to run the work.
* Yes, even sleeping work can suddenly return an error. Its command watcher could fail, or the work could get rebalanced and loading the state could fail.
The text was updated successfully, but these errors were encountered:
Right now the following can occur:
Now instead of running at 3am, the work has run at 2:10am.
The statemachine should make a best effort to wait until 3am to run the work.
* Yes, even sleeping work can suddenly return an error. Its command watcher could fail, or the work could get rebalanced and loading the state could fail.
The text was updated successfully, but these errors were encountered: