Skip to content

feat: add support for terminate #9

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

Merged
merged 1 commit into from
Oct 19, 2024
Merged

feat: add support for terminate #9

merged 1 commit into from
Oct 19, 2024

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Oct 19, 2024

Problem: in the context of the flux operator (or similar) we need to be able to say "terminate on this condition." This addition adds that. Since we are running a callback in the flux reactor, we actually do not want to sys exit, but rather just stop the reactor. It exits cleanly after that.
Solution: add a terminate action and queue function to call it.

image

Problem: in the context of the flux operator (or similar) we need
to be able to say "terminate on this condition." This addition
adds that. Since we are running a callback in the flux reactor,
we actually do not want to sys exit, but rather just stop the
reactor. It exits cleanly after that.
Solution: add a terminate action and queue function to call it.

Signed-off-by: vsoch <[email protected]>
@vsoch vsoch merged commit bb9520e into main Oct 19, 2024
2 checks passed
@vsoch vsoch deleted the add-terminate-action branch October 19, 2024 13:02
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.

1 participant