Horizon in October CMS
Provide Laravel Horizon inside your OctoberCMS application.
Horizon will take care of running all your queues defined inside config/horizon.php
.
Minimal requirement : OctoberCMS 420 and PHP 7.1
Setup
- Install this plugin
- Edit the config file
config/horizon.php
- good doc here - run
php artisan horizon
For the production this command need to be supervised by a tool like supervisord, that take care of restarting process when fails.
More informations about how running Horizon
Graphs
Horizon provide usage queue usage graph, if you want use them you need to have the October CMS scheduler cron correctly configured.