peppeocchi / php-cron-scheduler

PHP cron job scheduler
MIT License
808 stars 143 forks source link

More about PID #86

Open playinteractive opened 4 years ago

playinteractive commented 4 years ago

Hi,

I was wondering if this class is using different pid process for each sdheduled job? Or a general PID for all the process?

I didn't find anything about this matter.

Thanks!

adamz01h commented 1 year ago

https://github.com/adamz01h/php-cron-scheduler I have implemented using a PID written to the lock file to check running processes.