rapid-receptionist-28528
07/03/2023, 11:22 AMPulumi
?
For example, if I were to deploy 1000 resources, approximately how long should it take?
Your expertise and guidance in this matter would be greatly appreciated. Thank you in advance for your assistance.
Best regards,
Moshe.salmon-account-74572
07/03/2023, 2:58 PMrapid-receptionist-28528
07/03/2023, 3:09 PMsalmon-account-74572
07/03/2023, 3:12 PMrapid-receptionist-28528
07/03/2023, 3:17 PMsalmon-account-74572
07/03/2023, 3:23 PMI’m running same code with any diff and it takes that much time, is that make senseIf Pulumi is performing a refresh (where it queries the cloud providers for the state of the resources), then the operation is subject to whatever delays or time requirements imposed by the cloud providers’ APIs. You can skip the refresh and allow Pulumi to work from its saved state, if you’d prefer, and that would probably speed things up. (The tradeoff is that the saved state may be out of date with the cloud resources because no refresh was performed.)
rapid-receptionist-28528
07/03/2023, 3:30 PMsalmon-account-74572
07/03/2023, 3:34 PM