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