Timeout Issue in Azure Container Apps Despite Having Minimum Instances Running
Krutik Shah
25
Reputation points
I'm experiencing timeout issues in my Azure Container Apps after some inactive sites, even though I've set a minimum of 1 instance to be running at all times. Here's some background on my setup:
- Minimum instances: 1 for all application
- App: A JAVA spring application gateway is exposed via HTTP ingress. The environment has Three applications, Gateway, Eureka, and API.
App intermittently fails to respond within the expected timeframe, resulting in timeouts. I have already increased the CPU and memory resources for each instance and ensured my app starts quickly. However, the issue persists.
I tried to increase the default count but the still issue persists.
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
Sign in to answer