ralphjsmit / laravel-horizon-cron-supervisor

A modern solution for running Laravel Horizon with a CRON-based supervisor.
https://ralphjsmit.com
MIT License
51 stars 2 forks source link

Config to disable cron #9

Closed skeemer closed 3 weeks ago

skeemer commented 3 weeks ago

Sometimes when testing it's helpful to make sure horizon doesn't auto-restart without removing the package. Would you be interested in a PR to allow disabling scheduling from config/.env?

ralphjsmit commented 3 weeks ago

Hi @skeemer, sure, that sounds a good idea! Feel free to make a PR with a config 👍