Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle 429 responses when streaming data #818

Open
mramato opened this issue Feb 22, 2024 · 1 comment
Open

Handle 429 responses when streaming data #818

mramato opened this issue Feb 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mramato
Copy link

mramato commented Feb 22, 2024

  • It's standard for public tile servers to have a IP-based rate limit over a sliding window of time and return a 429 code when that limit is reached.
  • Ideally, anywhere we stream data we would have a backoff strategy in place to successfully retry when encountering a 429.
@mramato mramato added the enhancement New feature or request label Feb 22, 2024
@csciguy8
Copy link
Contributor

csciguy8 commented Apr 8, 2024

Solution may also relate to #618

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants