Closed mhungen closed 1 year ago
I'm looking into this, but just a quick note: the rate limits discussed at https://planetarycomputer.microsoft.com/docs/concepts/sas/#supplying-a-subscription-key refer to rate limits on the SAS API (so getting the token in the first place).
Once you have the token, there's a second set of limits / performance targets on the Storage Account itself. We recommend that your applications accessing the data watch for and retry on certain response codes. See https://learn.microsoft.com/en-us/azure/storage/blobs/scalability-targets for the codes to watch out for and https://learn.microsoft.com/en-us/azure/architecture/patterns/retry for background.
Closing this, since the issue was with the storage account. Let us know if you keep seeing errors even with retries set.
has there been a change in the request limit since 2023-02-23?
when I acquire a new SAS token and repeatedly (~4-8) request 30KB of an image with curl:
i get the following error:
i ran the same test with a token obtained with a subscription key. the limits are slightly higher but still much lower than a few days ago.
are these limits intentional? if so, where can i get more information on the limits? the documentation does not specify exact limits, only that they are generous.