You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
I'm running DJ plugin (installed today) in a 2.3.8 Rails app.
I set Delayed::Worker.destroy_failed_jobs = false
I created a fake task which fails, raising an Exception
When DJ processes this task, it reports the exception, stores it in "last_error" field
BUT the failed_at is always nil.
Is that the right behaviour of your nice plugin ?
Thanks,
Clément
The text was updated successfully, but these errors were encountered:
Hi !
I'm running DJ plugin (installed today) in a 2.3.8 Rails app.
I set Delayed::Worker.destroy_failed_jobs = false
I created a fake task which fails, raising an Exception
When DJ processes this task, it reports the exception, stores it in "last_error" field
BUT the failed_at is always nil.
Is that the right behaviour of your nice plugin ?
Thanks,
Clément
The text was updated successfully, but these errors were encountered: