Indatus / dispatcher

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.
MIT License
1.06k stars 70 forks source link

[Feature] Task timeout #137

Closed wjaspers closed 9 years ago

wjaspers commented 9 years ago

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.

wjaspers commented 9 years ago

closing, opened a better issue