Ahhh good old rake errors! See if you can get a worker to start up with --trace. See if you can kick of DelayedJob locally too..with --trace. you may get the same exception.
You might find that something is preventing all the necessary tasks from loading. I was migrating over to Heroku. I had a bunch of junk in my Rakefile which was required by certain gems and plugins, but I had removed many of the things Rakefile wanted to load and my workers went splat. On Tue, Sep 28, 2010 at 2:44 AM, Chris Kalaboukis <[email protected]>wrote: > hi guys: just installed the delayed_jobs gem and am now getting this > error. > > > rake aborted! > Don't know how to build task 'jobs:work' > > Has anyone had this error? > > Thanks...Chris > > -- > 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. > > -- ========================================= Brandon Casci Loudcaster http://loudcaster.com ========================================= -- 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.
