Hi, is there a way to rate limit the number of ext...
# general
b
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
I read about this recently. Providers should handle this and retry so perhaps it's a bug in the data dog provider?
b
i see, raised a ticket with datadog
thank you, will see what they say
t
Well it's built on the terraform bridge I'd expect this to just work already...
b
going to see if reducing parallelism flag (i believe it defaults to 48) will help