delayed_job icon indicating copy to clipboard operation
delayed_job copied to clipboard

DJ expects the delayed Model to inherit from AR? (resolved -> my fault)

Open fwoeck opened this issue 15 years ago • 1 comments

[sorry, this was my fault]

Hi,

the model, my jobs get their info from is stored in a couchdb instance.

The background process produces these kind of errors:

MailJob failed with ActiveRecord::RecordNotFound: Couldn't find MailReceiver with ID=b8a6908bd4fdbf4b86236f1e44ff1056 - 1 failed attempts

But sometimes the queuedelivery works with the second or third try! I could imagine that DJ expects the MailJob model to come from AR?

Any hints are very welcome ;) -- Frank

fwoeck avatar Aug 12 '09 11:08 fwoeck

resolved

fwoeck avatar Aug 12 '09 11:08 fwoeck