Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry batches on failure #1540

Closed
vishalbollu opened this issue Nov 6, 2020 · 0 comments · Fixed by #1713
Closed

Retry batches on failure #1540

vishalbollu opened this issue Nov 6, 2020 · 0 comments · Fixed by #1713
Labels
enhancement New feature or request
Milestone

Comments

@vishalbollu
Copy link
Contributor

vishalbollu commented Nov 6, 2020

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": {
        ...
    }
}
@vishalbollu vishalbollu added the enhancement New feature or request label Nov 6, 2020
@vishalbollu vishalbollu added this to To prioritize in Cortex via automation Nov 6, 2020
@vishalbollu vishalbollu changed the title Retry failed batches Handle failed batches Nov 6, 2020
@vishalbollu vishalbollu changed the title Handle failed batches Retry batches on failure Nov 6, 2020
@deliahu deliahu removed this from To prioritize in Cortex Nov 26, 2020
@deliahu deliahu added this to the v0.25 milestone Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants