Skip to content

Conversation

alon-dotan-starkware
Copy link

No description provided.

if (errStr.includes("Cache service responded with 429 during upload chunk")) {
core.info('Failed to upload cache, got rate limit error, waiting 30 seconds.');
await new Promise(f => setTimeout(f, 30000));
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alon-dotan-starkware If a different error is thrown, we should probably rethrow that instead of retrying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants