terraform-provider-sumologic icon indicating copy to clipboard operation
terraform-provider-sumologic copied to clipboard

Retry mechanism masking errors?

Open mccartney opened this issue 1 year ago • 2 comments

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 avatar Dec 13 '23 08:12 mccartney

It's fixed here: https://github.com/SumoLogic/terraform-provider-sumologic/pull/595 PR is stuck on failed tests right now

mflis-sumo avatar Dec 13 '23 09:12 mflis-sumo

New pr for the fix is merged now. PR Link

kaushik-sumo avatar Jan 24 '24 06:01 kaushik-sumo