Skip to content

Improve handling of worker crash events#40

Merged
robertkluin merged 6 commits intomainfrom
better-exit-logic
Jun 10, 2025
Merged

Improve handling of worker crash events#40
robertkluin merged 6 commits intomainfrom
better-exit-logic

Conversation

@robertkluin
Copy link
Contributor

In certain cases a cache worker failure was not fully crashing the container. This improves the handling by leveraging an asyncio.Event to block until a worker quits rather than raising SystemExit events.

In certain cases a cache worker failure was not fully crashing the
container. This improves the handling by leveraging an asyncio.Event to
block until a worker quits rather than raising SystemExit events.
ericlarssen
ericlarssen previously approved these changes Jun 10, 2025
@robertkluin robertkluin merged commit 503f09d into main Jun 10, 2025
2 checks passed
@robertkluin robertkluin deleted the better-exit-logic branch June 10, 2025 23:06
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.

2 participants