After a recent deployment, an application is intermittently returning errors under load, and logs show connections are being refused once a certain number of concurrent users is reached. Which issue is most likely occurring?
Answer: The application or a dependent service, such as a database, has reached a connection limit or capacity threshold
Explanation: Connections being refused specifically once a certain concurrent user threshold is reached points to the application or a dependent service, such as a database, hitting a connection limit or capacity threshold, requiring scaling or configuration adjustment to resolve.
Answer: The application or a dependent service, such as a database, has reached a connection limit or capacity threshold
Explanation: Connections being refused specifically once a certain concurrent user threshold is reached points to the application or a dependent service, such as a database, hitting a connection limit or capacity threshold, requiring scaling or configuration adjustment to resolve.
Answer: The application or a dependent service, such as a database, has reached a connection limit or capacity threshold
Explanation: Connections being refused specifically once a certain concurrent user threshold is reached points to the application or a dependent service, such as a database, hitting a connection limit or capacity threshold, requiring scaling or configuration adjustment to resolve.