Skip to content

Commit

Permalink
Merge pull request #118 from DeterminateSystems/grahamc-patch-2
Browse files Browse the repository at this point in the history
drop 429 notice
  • Loading branch information
grahamc authored Jan 16, 2025
2 parents 4d32a8e + ef4bd6f commit a65ff39
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gha-cache/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -649,13 +649,6 @@ impl AtomicCircuitBreaker for AtomicBool {
} = e
{
tracing::info!("Disabling GitHub Actions Cache due to 429: Too Many Requests");
let title = "Magic Nix Cache was rate-limited by GitHub Actions.";
let msg = "\
Turn Magic Nix Cache into a cache for your whole team. \
Move beyond GitHub's limits, save time, and share builds outside CI with FlakeHub Cache. \
See: https://dtr.mn/github-cache-limits\
";
println!("::notice title={title}::{msg}");
self.store(true, Ordering::Relaxed);
callback();
}
Expand Down

0 comments on commit a65ff39

Please sign in to comment.