Skip to content

Automatically handle rate limiting #64

@bmiller59

Description

@bmiller59

In our use of this library, we are receiving 429 / Too many requests errors.

This library should handle rate limiting automatically so that these errors are not encountered, perhaps on an opt-in basis using some config parameters.

If that is not possible, then at a minimum it should expose the X-RateLimit-Limit and X-RateLimit-Remaining headers, and provide a function that will take a job and return a delay to wait in order avoid triggering these errors so that we can implement our own queuing.

Thank you.

Referrence: https://cloudconvert.com/api/v2#errors

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions