diff --git a/packages/cache/src/internal/shared/cacheTwirpClient.ts b/packages/cache/src/internal/shared/cacheTwirpClient.ts index c1e14240..a6e2d0ad 100644 --- a/packages/cache/src/internal/shared/cacheTwirpClient.ts +++ b/packages/cache/src/internal/shared/cacheTwirpClient.ts @@ -111,6 +111,7 @@ class CacheServiceClient implements Rpc { } // Handle rate limiting - don't retry, just warn and exit + // For more info, see https://docs.github.com/en/actions/reference/limits if (statusCode === HttpCodes.TooManyRequests) { const retryAfterHeader = response.message.headers['retry-after'] if (retryAfterHeader) {