Skip to content

handle rate limiting #30

@djay

Description

@djay

Too many people logging in at once or polling at once, from a single IP (such as at an event) appears like abuse to github.

Need to work out if it was the polling or the

Options to solve

  • Turn off polling by default
  • Slow polling down
  • use condition not-modified requests for polling requests
  • require everyone login to see. logins have higher rate limits
  • put up apporiate message if we are rate limited. headers can tell us
  • somehow reduce initial requests to be less on login.
  • use firebase or other service to replicate the data and push it out
  • don't poll when tab is hidden (page visibility api)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions