action-scheduler icon indicating copy to clipboard operation
action-scheduler copied to clipboard

Is it possible to reschedule failed job?

Open k-zafar opened this issue 3 years ago • 2 comments
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

k-zafar avatar Sep 16 '22 12:09 k-zafar

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 avatar Sep 20 '22 20:09 barryhughes

@barryhughes Thanks for support

k-zafar avatar Sep 23 '22 08:09 k-zafar