Skip to content

Commit

Permalink
Merge pull request #51 from pazembrz/retry_on_429
Browse files Browse the repository at this point in the history
bulk_index: add retry on error 429
  • Loading branch information
pazembrz authored Jan 24, 2020
2 parents bbdf0c4 + 62b3bea commit ed30dbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invenio_workflows_ui/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ def actions():
request_timeout=request_timeout,
raise_on_error=False,
raise_on_exception=False,
max_retries=5,
initial_backoff=10,
)

return {
Expand Down

0 comments on commit ed30dbe

Please sign in to comment.