-
Notifications
You must be signed in to change notification settings - Fork 161
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
Random timeout issues #678
Comments
Same in windows/wsl with cli in version 7.15.1 or 7.14.3. It's a Development Tenant |
I updated Node to the latest version. So, Node Version v19.0.0. Which is not LTS as far as I know but for now this seems to have fixed the issue on my side. @r1m maybe worth trying on your side too? |
This has popped up before: #562. I would expect this to be an intermittent occurrence; upgrading to Node 19 is not likely to be a permanent solve. There are several reasons why this issue could occur but I initially suspect one of:
@r1m I'd test your theory by configuring the
I'd also recommend excluding |
I managed to get a full export working after several tries. Branding is most of the time the failing step but it is not 100% reproducible. |
@Franklin89, Node.js 19 could possibly alleviate some of the pressure from the amount of requests as it enables For folks that hit this type of issue it might be worthwhile testing out Node.js 19 to see if it is more stable |
Closing this one out. While the Deploy CLI can certainly be resource-hungry at times, it does so for performance reasons. Perhaps there is room for optimization in the future, but until then, there is clear guidance on how to "fix". |
This is still an issue for us. We are regularly seeing the error message
@willvedd, you mentioned "there is clear guidance on how to fix", but it is not clear to me. We have a policy to only use Active LTS Node.js versions in our CI environment (we're on the latest v18) so upgrading to Node 19 is not an option for us. What guidance would you recommend? Our CI environment (based on the docs) is essentially failing on every deployment. Every once and a while one will fully succeed the deployment, but more often than not it fails. I see that keep alive support was recently merged into the node-auth0 v3.7.0 library for this exact error, "We experienced a lot of ETIMEDOUT errors ...". Would it be possible to update the auth0-deploy-cli to use that keep alive configuration or at least allow a pass-through configuration setting for keep alive? |
Checklist
Description
When running the tool with either Export or Import I am randomly getting Timeout errors. I am running the export command which worked a couple of times and then it did not work a few times now it is working again.
This error appears at random stages.
I switched internet connect, from WLAN to LAN to mobile LTE. Same behavior.
The following is happening when I run it from GitHub Actions:
Expectation
The command to work!
Reproduction
Deploy CLI version
7.15.1
Node version
v16.13.0
The text was updated successfully, but these errors were encountered: