-
Notifications
You must be signed in to change notification settings - Fork 614
Closed
Labels
feature requestFeature requestsFeature requests
Description
When bulk importing large datasets, e.g., with elasticsearch-model Article.limit(100000).import
, the server can easily become overloaded and respond with 429 Too Many Requests
. While elasticsearch-ruby supports retries with retry_on_failure, there is no pause between retries, making them not very useful for dealing with the rate limitation. Ideally, retry should support delays with exponential backoff to adjust its request rate to what is supported by the server.
Metadata
Metadata
Assignees
Labels
feature requestFeature requestsFeature requests