Skip to content

Reduce GitHub rate-limit retry storms #1865

Description

@JSONbored

Problem

Self-host review bursts can still waste GitHub REST budget in a few paths: stable branch-protection denials repeat, concurrent cold GETs fan out, and live webhook jobs can start even when the latest installation REST bucket observation is already below headroom.

Desired outcome

Use the existing GitHub response cache, process-local single-flight, and queue admission controls so review work avoids duplicate REST calls and delays before consuming a known-exhausted installation bucket.

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