ark::aws::BatchJobRetryCriteria

Defined in header “ark/aws/batch_client.hh”.


This structure allows you to configure retry criteria for a batch job.

Variables

  • bool should_retry= true
    Set this to false if you would like the job to stop retrying when this criteria is met; otherwise it will retry.

  • std::string on_exit_code
    Pattern to match the exit code field.

  • std::string on_reason
    Pattern to match the reason field.

  • std::string on_status_reason
    Pattern to match the status reason field.