Skip to content
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

solarwinds dial tcp: i/o timeout #13

Open
charims opened this issue Feb 8, 2023 · 0 comments
Open

solarwinds dial tcp: i/o timeout #13

charims opened this issue Feb 8, 2023 · 0 comments

Comments

@charims
Copy link

charims commented Feb 8, 2023

I seem to be getting timeouts while trying to do a plan or apply around places where we used this module. Whats interesting is that it only occurs locally, which I take to mean that this provider is very sensitive to timeout and may experience this on vpn tunnels or slower connections.

│ Error: Post "https://my.solarwinds.cloud/v1/login": dial tcp: i/o timeout
│
│   with module.apidocs_origin_pingdom_check.provider["registry.terraform.io/drfaust92/pingdom"],
│   on .terraform/modules/apidocs_origin_pingdom_check/main.tf line 18, in provider "pingdom":
│   18: provider "pingdom" {

I can curl the URL, but it takes about 8 seconds to complete:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2011  100  2011    0     0    241      0  0:00:08  0:00:08 --:--:--   447

real	0m8.337s
user	0m0.022s
sys	0m0.006s

Perhaps we can add a variable provider setting or increase the default timeout for the provider trying to reach pingdom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant