From aba196eb2b65edd552153b390023d607744a4e2e Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 26 Jun 2023 14:49:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8858cd..68672cf 100644 --- a/README.md +++ b/README.md @@ -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 ''." } ``` -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 uploading to the cache, the remainder of those store paths will be uploaded on the next run of the workflow.