We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a number of circumstances where a task cannot be executed on a node that has claimed it:
Seems like the worst case scenario to Error messages always causing releases is extra broker load. Probably worth it.
Allow any message to cause a release via a Release bool field on the statemachine.Message struct.
Release bool
statemachine.Message struct
This might actually simplify other code... not sure.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
There are a number of circumstances where a task cannot be executed on a node that has claimed it:
Possible Solution 1: Errors always release
Seems like the worst case scenario to Error messages always causing releases is extra broker load. Probably worth it.
Possible Solution 2: Make Release metadata on a Message
Allow any message to cause a release via a
Release bool
field on thestatemachine.Message struct
.This might actually simplify other code... not sure.
The text was updated successfully, but these errors were encountered: