Replace job state on conflict #935
Labels
area:oss
Related to Oban OSS
closed:wontfix
This will not be worked on
kind:enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Oban allows you to set which fields to change when there is a conflict and the job is in the discarded state but it doesn't allow to also change the job status, meaning that, for a discarded job, you can replace the fields with the new job on conflict, but the job will remain in the discarded state instead of changing it to something like
scheduled
.Describe the Solution You'd Like
To be honest, I was expecting that a discarded job that had a conflict would just go back to the scheduled state after the conflict fields are replaced.
At least, I would expect an option like
retry_on_conflict
or something like that to allow this scenario.The text was updated successfully, but these errors were encountered: