action-scheduler
action-scheduler copied to clipboard
Is it possible to reschedule failed job?
trafficstars
Hi! Can I re-schedule a failed job with new args? One more thing, Can I get the progress bar of any In-progress job by code?
Thanks
Hi @k-zafar,
Can I re-schedule a failed job with new args?
We don't currently support retries as a feature (but see this proposed change, which is on-hold). Generally speaking, though, there is no reason you cannot reschedule a replacement action. How and when to do this would depend on your specific use case.
Can I get the progress bar of any In-progress job by code?
This is not directly supported: you would need to add this via your own code.
@barryhughes Thanks for support