-
Notifications
You must be signed in to change notification settings - Fork 606
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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
Labels
enhancementNew feature or requestNew feature or request