Question: if a worker exceeds its 6 simultaneous network connection count, is it the case that it wi

Question: if a worker exceeds its 6 simultaneous network connection count, is it the case that it will be killed with outcome exceededCpu? We're seeing cron workers that last 500ms getting killed, but some of the logging is pointing to simultaneous network connections as a possible culprit and it's hard to figure out if that would report the same way as high CPU or memory usage (esp given cron workers have 15 minutes to complete).
Was this page helpful?