In some cases, HTTPRequest will begin to lag over time and worker CPU utilization begins to diverge. We can end up in a situation with a handful of workers pinned at max CPU, and many others in the 40-50% range. The reason for this is currently unknown, but may be related to sessions being kept for too long or some leak somewhere in the code.
In some cases, HTTPRequest will begin to lag over time and worker CPU utilization begins to diverge. We can end up in a situation with a handful of workers pinned at max CPU, and many others in the 40-50% range. The reason for this is currently unknown, but may be related to sessions being kept for too long or some leak somewhere in the code.