github step moonrepo/setup-rust
fails with Cache service responded with 429
#360
Labels
moonrepo/setup-rust
fails with Cache service responded with 429
#360
Describe the bug
Any github workflow step in
.github/workflows/rust.yml
that usesmoonrepo/setup-rust@v1
often fails when multiple Actions occur simultaneously.Cache upload failed because file read failed with EBADF: bad file descriptor, read
During the automatic follow-on step Post Run moonrepo/setup-rust@v1, a failure like the following will occur
This often occurs with dependabot as it posts all of it's PRs at the same second on Sunday night.
To Reproduce
Run more than one github Action at once. Three usually induces it.
Environment:
windows-latest
,macos-latest
,linux-latest
Solution
Replace
moonrepo/setup-rust@v1
with an equivalent caching solution, or remove it entirely.The text was updated successfully, but these errors were encountered: