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

Better handling of interrupts during stop/terminate. #308

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Feb 24, 2024

After playing around with async-container and async-service, I identified some cases where unusual error messages would show up. It turned out to be the delivery of multiple interrupt signals within a short time-frame, causing interrupts the be raise while interrupts were being processed. We try to prevent interrupts from causing chaos during termination/close operations.

Types of Changes

  • Bug fix.

Contribution

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
ioquatix Samuel Williams
@ioquatix ioquatix merged commit ca63974 into main Feb 24, 2024
43 of 48 checks passed
@ioquatix ioquatix deleted the more-handle_interrupt branch February 24, 2024 07:20
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.

None yet

1 participant