Skip to content

Gracefully handle github rate limiting in version check #192

@sbliven

Description

@sbliven

We request the latest version from github without authorization. This can run into rate limiting:

  1. GitHub API Rate Limiting
    GitHub limits unauthenticated API requests to 60 per hour per IP address.
    If you (or others on your shared office IP) have made many requests recently, GitHub may be throttling you.

This should be handled better in the cli. It should not block using the cli. Long term, maybe we should mirror the version info elsewhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions