I'm hitting GCP read rate limits when I update aro...
# google-cloud
w
I'm hitting GCP read rate limits when I update around a dozen Cloud Run Services at the same time (unfortunately pulumi seems to update services every time, even if there is no change). Is there a way to limit how often pulumi fetches the deploy status for some resources?
g
Copy code
-p, --parallel int                 Allow P resource operations to run in parallel at once (1 for no parallelism). Defaults to unbounded. (default 2147483647)
❤️ 1