Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Rate limit requests #641

@bitdivine

Description

@bitdivine

Motivation

Requests that return more than about 100 records fail because of rate limiting by github; in my case I am expecting about 300 lines, which is not a huge amount and not abusive or unreasonable, but it fails because the pagination calls are rate limited.

Proposal

Add an command line flag giving a pause to make before successive API calls, or rate limit automatically, e.g. by waiting a minute or two and then retrying after a failed call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions