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

feat(job-runner): allow BaseExceptions to terminate the program #6730

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

xurui-c
Copy link
Member

@xurui-c xurui-c commented Jan 8, 2025

Catching BaseException without re-raising the exception is not a good idea. this will catch KeyboardInterrupt, which in turn makes it not possible to use Ctrl-C to kill the web server.

Let's change that

@xurui-c xurui-c marked this pull request as ready for review January 8, 2025 21:09
@xurui-c xurui-c requested a review from a team as a code owner January 8, 2025 21:09
@xurui-c xurui-c merged commit 6498761 into master Jan 8, 2025
31 checks passed
@xurui-c xurui-c deleted the rachel/errors branch January 8, 2025 22:59
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.

3 participants