Delayed Jobs is not finding Records and failing..

Posted by Trip on Stack Overflow See other posts from Stack Overflow or by Trip
Published on 2010-05-29T21:41:58Z Indexed on 2010/05/29 21:52 UTC
Read the original article Hit count: 177

In my app, delayed jobs isn't running automatically on my server anymore. It used to..

When I manually ssh in, and perform rake jobs:work

I return this :

* Starting job worker host:ip-(censored) pid:21458 * [Worker(host:ip-(censored) pid:21458)] acquired lock on PhotoJob * [JOB] host:ip-(censored) pid:21458 failed with ActiveRecord::RecordNotFound: Couldn't find Photo with ID=9237 - 4 failed attempts

This returns roughly 20 times over for what I think is several jobs. Then I get a few of these:

  • [Worker(host:ip-(censored) pid:21458)] failed to acquire exclusive lock for PhotoJob

And then finally one of these :

12 jobs processed at 73.6807 j/s, 12 failed ...

Any ideas what I should be mulling over? Thanks so much!

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about imagemagick