I am having issues when I try to manually retry a job in the Delayed Queue using Trigger.
Instead of this job retrying -- a new job is being created. This new job also nests the original parameters in a way that guarantees the retry will fail 😅
The Original Job -- has an id of 35:

The New Job -- includes the original job id of 35 and nests the parameters ❓ ❓ ❓ :

Expected Behavior
- No duplicated Job is created
- The retry count on the original job is iterated on
I am having issues when I try to manually retry a job in the Delayed Queue using
Trigger.Instead of this job retrying -- a new job is being created. This new job also nests the original parameters in a way that guarantees the retry will fail 😅
The Original Job -- has an id of 35:
The New Job -- includes the original job id of 35 and nests the parameters ❓ ❓ ❓ :
Expected Behavior