Skip to main content

Which status we can attempt to retry the job via API. 

I have gone through the below link but I don't see any retry job for the respective status. Can I know for which status I can send an API request for retrying or re-starting the job?

 

 link https://documentation.commvault.com/2023e/expert/job_status_descriptions.html#changes-on-job-status
 

Hi @Heemansu Gehlot ,

If I understood the question correctly. You will be able to retry/resubmit jobs that are already completed and not running for any longer, this would include:

  • Any type of completed job
  • Committed
  • Failed
  • Killed

Regards,

Javier


HI @Javier ,

Thank you, I have one more question on retry. If the job is killed and submitted with a retry/resubmit jobs API request will it append to the queue that already has other jobs queued or will re-run the job immediately at the same time?.


It should append to the queue that already has other jobs queued, using the same attributes of the original job


Reply