Skip to content

STAC API Data/Rate Limits #246

Answered by mmcfarland
andreweryan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @andreweryan, thanks for checking in about this. There are a few considerations at each step of the process, and I'll try to enumerate them here:

1. STAC API / Metadata searches

We don't have rate limiting per-se on the STAC search endpoints, but it is a shared resource and an individual's throughput/response times are sensitive to the overall load on the system at that time. The general advice here is to make requests from within a system that can manage overall concurrency, so you can tune your search volume accordingly. Additionally, it's best to use a retry-with-backoff strategy for 503/504 response codes which the API will return under periods of high load.

Some searches are faste…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mmcfarland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants