Closed ioquatix closed 9 months ago
I'm investigating some odd shutdown behaviour in async-job when integrated with Rails. An exception is being raised during Thread.handle_interrupt incorrectly. Using Thread.current.raise prevents this.
async-job
Thread.handle_interrupt
Thread.current.raise
I'm investigating some odd shutdown behaviour in
async-job
when integrated with Rails. An exception is being raised duringThread.handle_interrupt
incorrectly. UsingThread.current.raise
prevents this.Types of Changes
Contribution