michelsalib / BCCResqueBundle

The BCC resque bundle provides integration of php-resque to Symfony2. It is inspired from resque, a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
122 stars 91 forks source link

mention how worker-stop command stops #117

Open glensc opened 9 years ago

glensc commented 9 years ago

mention that worker-stop command will do graceful not forceful worker stop with excessive references

ps: why integer '3' not using SIGQUIT constant?