This incident type typically occurs when a container is being throttled, meaning it is being limited in the amount of resources it can use. This can happen due to various reasons such as exceeding resource limits, network connectivity issues, or other performance problems. This can cause an interruption in the normal functioning of the application or service running in the container. It requires immediate attention to identify and resolve the underlying cause of the throttling to ensure normal operation of the application or service.
Parameters
Debug
1. Check the CPU usage of the container instance
2. Check the logs of the container for any errors or exceptions
3. Check if the container is running out of memory
4. Check the network traffic and connections of the container
7. Check the running processes inside the container
6. Check the container's resource limits
8. Check the container's environment variables
10. Check the container's uptime and resource usage history
The container may be processing more requests than it can handle, leading to a high throttle rate.
Repair
A Script to restart the docker container
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.