Ngingx max worker_connections and access log
- by MotoTribe
I'm troubleshoot an issue with my site. I'm seeing in the ngingx-error.log that the max worker_connection limit has been reached when the site went down.
I'm not seeing an increase of requests during that time in the ngingx-access.log.
Does that mean the mysql database had a bottleneck at that time that caused the requests to queue up?
Or would it not log any requests that where made after the max worker_connection limit has been reached?