Hi, Is there any timeout constraint for Pulumi whi...
# azure
a
Hi, Is there any timeout constraint for Pulumi while creating large number of Azure resources? Sometime I see timeout error.
g
Hey, I had such situation when I have introduced deadlock when was using .Apply functionality on Output
s
15 minutes is the default timeout
m
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