Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(job-runner): allow
BaseException
s to terminate the program (#6730
) 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 Co-authored-by: Rachel Chen <[email protected]>
- Loading branch information