fractaledmind / acidic_job

Elegant, resilient, durable workflows for Rails apps
https://fractaledmind.github.io/acidic_job/
MIT License
492 stars 10 forks source link

Ensure awaited job failures trigger the callback if returned from the dead set #6

Open fractaledmind opened 3 years ago

fractaledmind commented 3 years ago

We need to manually check (and hopefully then write an automated test) to ensure that if a job called as an await job for a workflow step fails and ends up in the Dead Set, and is then manually re-enqueued and succeeds, that the workflow callback successfully fires and the next step in the workflow is kicked off