Update README.md

This commit is contained in:
Graham Christensen 2023-06-26 14:49:58 -04:00
parent 62fd9c56d3
commit aba196eb2b
No known key found for this signature in database

View file

@ -62,7 +62,7 @@ error: unable to download 'http://127.0.0.1:37515/<...>': HTTP error 418
GitHub API error: API error (429 Too Many Requests): StructuredApiError { message: "Request was blocked due to exceeding usage of resource 'Count' in namespace ''." } GitHub API error: API error (429 Too Many Requests): StructuredApiError { message: "Request was blocked due to exceeding usage of resource 'Count' in namespace ''." }
``` ```
The caching daemon and Nix both handle this gracefully, and won't not cause your CI to fail. The caching daemon and Nix both handle this gracefully, and won't cause your CI to fail.
When the rate limit is exceeded while pulling dependencies, your workflow may perform more builds than usual. When the rate limit is exceeded while pulling dependencies, your workflow may perform more builds than usual.
When the rate limit is exceeded while uploading to the cache, the remainder of those store paths will be uploaded on the next run of the workflow. When the rate limit is exceeded while uploading to the cache, the remainder of those store paths will be uploaded on the next run of the workflow.