Configure nx.json to downgrade nx cloud cache errors to warnings #31207
Juraj2
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Add feature to
nx.json
to be able to downgrade error into warning in case401: Unable to connect to Nx Cloud
If nx cloud quota on our plan is exceeded or nx cloud token expires ALL our CI/CD pipelines as well as local builds start to fail due to
401: Unable to connect to Nx Cloud
error even if they could fallback to local-cache and continue with warnings only.It would save us time if we could configure in
nx.json
so that such errors turn into warnings.In our case Nx Cloud quota usually exceeds at the end of month and builds start to fail with
401: Unable to connect to Nx Cloud
so we have to updatenx.json
to removenxCloudAccessToken
and then at the beginning of the month to get the token back tonx.json
.Keywords: nxcloud nxcache builderror nxaccount
Beta Was this translation helpful? Give feedback.
All reactions