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 mechanism masking errors? #597

Open
mccartney opened this issue Dec 13, 2023 · 2 comments
Open

Retry mechanism masking errors? #597

mccartney opened this issue Dec 13, 2023 · 2 comments
Labels

Comments

@mccartney
Copy link
Collaborator

On some failures the provider is retrying the communication to the Sumo product and fails with errors like this:

Error: 
Post "https://api.sumologic.com/api/v1/monitors?parentId=00000000005405F8&": POST https://api.sumologic.com/api/v1/monitors?parentId=00000000005405F8& giving up after 11 attempt(s)
  with module.redacted.mine,
  on myfile.tf line 1, in resource "sumologic_monitor" "mine":
   1: resource "sumologic_monitor" "mine" 

Nowhere in the output I can find the actual error message.

@mccartney mccartney added the bug label Dec 13, 2023
@mflis-sumo
Copy link
Contributor

It's fixed here: #595
PR is stuck on failed tests right now

@kaushik-sumo
Copy link
Collaborator

New pr for the fix is merged now.
PR Link

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

No branches or pull requests

3 participants