Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Correct sig handling defined in Rake task
The queue_classic rake task will now respond to the following signals: * INT - Instructs the worker to stop accepting new jobs. * INT - If INT is sent twice (or the worker's @running ivar is false) exit(1). * TERM - Set the worker's @running ivar to false.
- Loading branch information