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 ?
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