php-cron-scheduler
php-cron-scheduler copied to clipboard
Use of parallel
Do you think we could get this updated to use the parallel library? So that two 'call' jobs that are scheduled for the same time actually will run together in parallel? Instead of the first waiting for the second to finish?
@peppeocchi any thoughts about this?