Skip to content

add ability to retry rate limiting

Paul Robertson requested to merge rate-limiting into master

closes #5 (closed)

These params got added to the initializer:

  • max_limit_retries how many attempts to do once rate limited. Default is 0.
  • limit_backoff_factor same as purpose as backoff_factor but for rate limiting to allow for different configurations. Default is 0.5

Merge request reports