https://pulumi.com logo
#azure
Title
# azure
a

ancient-solstice-53934

07/28/2022, 10:10 AM
Hi, Is there any timeout constraint for Pulumi while creating large number of Azure resources? Sometime I see timeout error.
g

gray-vr-25374

07/28/2022, 11:32 AM
Hey, I had such situation when I have introduced deadlock when was using .Apply functionality on Output
s

swift-france-41426

07/28/2022, 3:20 PM
15 minutes is the default timeout
m

many-machine-17211

07/29/2022, 2:28 PM
I am seeing a timeout on one of my resources.
Copy code
error: 1 error occurred:
	* Code="ContainerAppOperationError" Message="Failed to provision revision for container app 'sales-pipedrive-source-connector'. Error details: Operation expired."
I am wondering if, as it is a Container App, there is a readiness/liveliness probe being polled but I have an ingress issue and it failing until the timeout is reached.
My app name was too long
10 Views