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
Unexpected error: Error: reserveCache failed: {"$id":"1","innerException":null,"message":"Request was blocked due to exceeding usage of resource 'Count' in namespace ''.","typeName":"Microsoft.TeamFoundation.Framework.Server.RequestBlockedException, Microsoft.TeamFoundation.Framework.Server","typeKey":"RequestBlockedException","errorCode":0,"eventId":3000}
Was seeing this when all our build jobs were sharing the same cache keys. Splitting them so each job had their own key this seemingly stopped occuring.
We're getting intermittent failing builds in our project: https://github.com/pirate/ArchiveBox/runs/1328177855 due to what looks like rate-limiting.
Is this indeed rate-limiting of some API call, and if so, can we pay to raise the limits somehow?
(this is not urgent, we can live without docker layer caching temporarily)
Thanks!
The text was updated successfully, but these errors were encountered: