Skip to content

Retry batches on failure #1540

@vishalbollu

Description

@vishalbollu

Description

Support retrying of failed batches. Allow users to configure the number of allowed retries for batches in the Job submission request.

POST <batch_api_endpoint>:
{
    "workers": <int>,         # the number of workers to allocate for this job (required)
    "retries": <int>,         # the number of retries for a batch before considering it be failed
    "item_list": {
        ...
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions