johnpancoast / tasker

A simple PHP job scheduler
MIT License
9 stars 2 forks source link

Add better logging related to process PIDs #12

Open johnpancoast opened 10 years ago

johnpancoast commented 10 years ago

We should get the PID of the process that we start for the scheduled jobs and log it. Also, that process itself should log things related to its PID. This allows for more insight into job failures.