I have delayed_job in vendor/plugins - is that sufficient? On Tue, Dec 21, 2010 at 12:06 PM, Jimmy Thrasher <[email protected]>wrote:
> Do you have delayed_job in vendor/gems or in your .gems file? > > Jimmy > > On Tue, Dec 21, 2010 at 3:01 PM, Anand Ramanathan <[email protected]>wrote: > >> Hi, >> >> I have a rails app that was working fine till a while ago. I recently >> upgraded to rails 3 and updated my code accordingly. My code includes call >> to heroku client set_workers to manage the number of active workers >> depending on load. >> >> It works fine with delayed_job in dev environment. In production, the app >> doesnt seem to launch the delayed job workers. >> >> When I look into the logs, I get: >> >> ==> dj-xxxxxxx.log (crash) <== >> >> (in /disk1/home/slugs/xxxxxxxx/mnt) >> >> rake aborted! >> >> Don't know how to build task 'jobs:work' >> >> >>> (See full trace by running task with --trace) >> >> >>> -----> Your application crashed. >> >> >>> Examine the backtrace above this message to debug. >> >> >> Can someone help? >> >> Thanks >> Anand >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Heroku" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<heroku%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/heroku?hl=en. >> > > > > -- > +1-919-627-7546 > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
