jobbyphp / jobby

Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.
https://packagist.org/packages/hellogerard/jobby
MIT License
1.05k stars 154 forks source link

Are the jobs performed simultaneously ? #95

Closed ghost closed 6 years ago

ghost commented 6 years ago

Are the jobs performed simultaneously ? I mean, if job 1 and job 2 scheduled for the same time, will they run at the same time? or each job will be execute only after the previous one has finished?

hellogerard commented 6 years ago

Yes, they should be simultaneous. The jobs are forked.