Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can run rake resque:scheduler in daemon mode

I am using resque:scheduler gem in my rails 3 application.

How can start rake resque:scheduler in daemon mode.

and if you know then please let me know,

How can I configure this task in GOD script?

like image 244
Raghvendra Parashar Avatar asked Feb 23 '13 18:02

Raghvendra Parashar


1 Answers

I guess you only have to do this

BACKGROUND=yes rake resque:scheduler 

and perhaps that would work check over here

Hope this help

like image 198
Viren Avatar answered Oct 02 '22 05:10

Viren