I have been receiving the following 204 error approximately once a week for the past 6 weeks and can't figure out what is causing the error.
A problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. (Error code 204)
When the error occurs, none of my php syslog items are output so I can't tell if it's occurring in the same place in my code each time.
It's a job that runs every half hour, so for the most part it works fine.
Any ideas on how to figure out what is going wrong?