ruby on rails - Resque Not Picking Up Jobs -


so, trying set resque , bit of weird issue. had working before, don't know happened.

when run command:

queue=* bundle exec rake resque:work 

it starts webrick , following output given:

[2013-04-05 12:41:52] info webrick::httpserver#start: pid=55507 port=2010

however, after while, stuck there , never picks job. if ctrl-c end it, output:

[2013-04-05 12:43:22] info going shutdown ... [2013-04-05 12:43:22] info webrick::httpserver#start done.

and begins start picking jobs. stuck, ideas?

the queue='*' should in quotation marks (double or single).


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -