-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: getCacheEntry failed: Cache service responded with 503 #516
Comments
😭 |
Happening when I am trying to deploy my frontend apps in AWS too. Here's glimpse of my deployment script:
|
Temporary fix: removing |
Found this (temporary) fix from a previous issue: #378 (comment) |
A similar error with:
|
I have the same problem with the following conditions.
|
This is issue with the cache action. A previous issue has been revived here: actions/cache#698 And a new issue has been opened here: actions/cache#820 I'm sure the github team is looking into it asap! |
Getting another error while clearing S3 Static Website Cloudfront cache
|
Temporary workaround is to disable caching – bahmutov/npm-install#80 (comment) ....
- name: Setup node env 📦
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
check-latest: true
- cache: 'npm'
.... |
I running into the same issue as well |
Just turn off the cashe temporary until someone fix the cashes issue with the GitHub actions |
disable caching work for me |
Temporary workaround for actions/setup-node#516.
Ran into the same issue with |
|
Hi, all 👋 ! We are working on that issue. Sorry for the inconvenience. |
I have the same issue |
👋 we are seeing degraded performance with Github Actions cache service. Ideally it is recommended to not throw error only warning if cache is not working like we have in |
Temporary measure, until resolved: actions/setup-node#516 actions/setup-java#343
For quick workaround, please look at @vinayakkulkarni's answer. |
The issue has been mitigated. Please confirm the same. Thanks for your patience 🙇 |
* chore: update protocol submodule reference * chore: add script for auto updating abis * chore: adapt deploy script to new set of contracts * feat(common): update abis * test(common): update common mocks * feat(subgraph): adapt to new structs and types * feat(core-sdk): adapt to new structs and flows * feat: adapt create offer flow to new structs * test: fix offers interface unit tests * ci: disable npm cache as 503 woraround Temporary workaround for actions/setup-node#516. * fixup * refactor: review requests - change deploy script console.log - change let to const in subgraph test mocks
Jobs using |
Description:
setup-node fails with cacheing error
Action version:
@actions/setup-nodev2
Platform:
Runner type:
Tools version:
node: 16.13.2
Repro steps:
Workflow file:
Expected behavior:
Success
Actual behavior:
Failing on cache service
The text was updated successfully, but these errors were encountered: