You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
storeLayers and restoreLayers should limit the number of concurrent calls to the cache service, otherwise it can hit throttling limits. Right now, this action processes all layers in parallel, resulting in a large number of calls to the cache service in a very short time period.
To Reproduce
I don't have a good repro, but we have seen at least one user of this action try to cache 200+ layers. Those requests are all sent within about 0.1 seconds :)
Expected behavior
The action should limit the number of concurrent store / restore requests to the cache service.
Debug logs
N/A
Runner Environment (please complete the following information):
OS: Any
Action version: v0.0.4
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
storeLayers
andrestoreLayers
should limit the number of concurrent calls to the cache service, otherwise it can hit throttling limits. Right now, this action processes all layers in parallel, resulting in a large number of calls to the cache service in a very short time period.To Reproduce
I don't have a good repro, but we have seen at least one user of this action try to cache 200+ layers. Those requests are all sent within about 0.1 seconds :)
Expected behavior
The action should limit the number of concurrent store / restore requests to the cache service.
Debug logs
N/A
Runner Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: