I'm using Rails with resque.
The "sleep time" is the seconds of a worker sleeping after it can't find any new tasks.
The worker is created by QUEUE=* rake environment resque:work
, and the default value is 5s, I can't to change it to 2s.
I have searched for this problem for several hours, somebody can help me?