Skip to content
New issue

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

Commit down commands as low priority. #396

Merged
merged 1 commit into from
Sep 12, 2023
Merged

Commit down commands as low priority. #396

merged 1 commit into from
Sep 12, 2023

Conversation

kjnilsson
Copy link
Contributor

@kjnilsson kjnilsson commented Sep 12, 2023

This ensures that any pending low priority commands from the monitored process are committed before the down command so that state machines can rely on no further commands arriving from a given process.

Fixes: #393

This ensures that any pending low priority commands from the monitored
process are committed before the down command so that state machines
can rely on no further commands arriving from a given process.
@kjnilsson kjnilsson added this to the 2.7.0 milestone Sep 12, 2023
@kjnilsson kjnilsson merged commit 4dec8d3 into main Sep 12, 2023
6 checks passed
@michaelklishin michaelklishin deleted the gh_393 branch September 12, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

down commands can overtake low priority messages
1 participant