Hi, is there a way to rate limit the number of external calls that are made when applying a stack? for context, I'm creating a bunch of datadog monitors, but getting rate limited on their side because pulumi is calling their validation api too fast.
t
thankful-flower-8175
08/26/2024, 6:29 AM
I read about this recently. Providers should handle this and retry so perhaps it's a bug in the data dog provider?
b
bumpy-greece-4782
08/26/2024, 6:52 AM
i see, raised a ticket with datadog
bumpy-greece-4782
08/26/2024, 6:52 AM
thank you, will see what they say
t
thankful-flower-8175
08/26/2024, 6:54 AM
Well it's built on the terraform bridge I'd expect this to just work already...
b
bumpy-greece-4782
08/26/2024, 7:01 AM
going to see if reducing parallelism flag (i believe it defaults to 48) will help