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

retry on gateway timeout #104

Merged
merged 2 commits into from
Dec 17, 2023
Merged

retry on gateway timeout #104

merged 2 commits into from
Dec 17, 2023

Conversation

resmo
Copy link
Collaborator

@resmo resmo commented Dec 17, 2023

Description

Add retry on gateway timeout:

TASK [instance : test reinstall instance] **************************************
fatal: [testhost]: FAILED! => {"changed": false, "fetch_url_info": {"body": "We are currently conducting some software upgrades.  Check back in a few minutes!\n", "connection": "close", "content-length": "82", "content-type": "text/html; charset=utf-8", "date": "Sun, 17 Dec 2023 16:30:04 GMT", "etag": "\"635ad729-52\"", "msg": "HTTP Error 504: Gateway Time-out", "server": "nginx", "status": 504, "strict-transport-security": "max-age=63072000", "url": "https://api.vultr.com/v2/instances/72c898c5-1c85-4d02-8294-bbbaca5b6d94/reinstall", "x-content-type-options": "nosniff", "x-frame-options": "DENY", "x-robots-tag": "noindex,noarchive"}, "msg": "Failure while calling the Vultr API v2 with POST for \"/instances/72c898c5-1c85-4d02-8294-bbbaca5b6d94/reinstall\"."}

Related Issues

Checklist:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you linted your code locally prior to submission?
  • Have you successfully ran tests with your changes locally?

@codecov-commenter
Copy link

codecov-commenter commented Dec 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (688da98) 63.00% compared to head (72cfd24) 63.00%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #104   +/-   ##
=======================================
  Coverage   63.00%   63.00%           
=======================================
  Files           3        3           
  Lines         419      419           
  Branches       62       62           
=======================================
  Hits          264      264           
  Misses        154      154           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@resmo resmo merged commit fb10f65 into main Dec 17, 2023
5 checks passed
@resmo resmo deleted the fix/retry-504 branch December 17, 2023 22:29
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

Successfully merging this pull request may close these issues.

2 participants