Skip to content

Handle large volume and rate limiting #97

@clcollins

Description

@clcollins

SREPD became overwhelmed during an incident where hundreds (800+) alerts were triggered, and could not pull enough data or display anything before finally being rate limited by the PagerDuty API. SREPD needs to be adjusted to:

  • Pull minimal data to display the issue list
  • Change how/when data is retrieved from the API so it's only grabbed as needed
  • Page the issue list, probably using the default PagerDuty paging features
  • Handle Rate Limiting more gracefully (eg Do not retry until the ratelimit timeout has expired)

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