Dispatcher is a Laravel artisan command scheduling tool used to schedule artisan commands within your project so you don't need to touch your crontab when deploying.
I'm still gathering data on the issue, however, have encountered Schedulable commands which didn't terminate as expected. The executed process hangs indefinitely until someone identifies and kills its pid.
It would be nice if a command could provide a maximum run time.
I'm still gathering data on the issue, however, have encountered Schedulable commands which didn't terminate as expected. The executed process hangs indefinitely until someone identifies and kills its pid.
It would be nice if a command could provide a maximum run time.