suren/laravel-supervisor-dashboard
Laravel Supervisor Dashboard
Inspired by supervisorphp/monitor
- Display status of subprocesses in Supervisor.
- Display queue length consumed by Supervisor subprocess.
Install
Via composer
$ composer create-project suren/laravel-supervisor-dashboard
Usage
- Config your supervisor service. Add
[inet_http_server]to supervisor config file, like
port = 127.0.0.1:9001
username = user
password = 123
- Copy config/supervisor.php.example to supervisor.php, change your Supervisor node configuration.
- Config your web server, point to
path/to/your/project/public - Enjoy
Related Packages
aramirez92/laravel-elasticbeanstalk-queue-worker
Deploy your Laravel application as a queue worker on AWS ElasticBeanstalk
11
0
foxxmd/laravel-elasticbeanstalk-queue-worker
Deploy your Laravel application as a queue worker on AWS ElasticBeanstalk
96,566
53
anousss007/vigilance
A driver-agnostic control center for Laravel queues, jobs, commands and the sche...
8,401
191
pmatseykanets/artisan-beans
Easily manage your Beanstalkd job queues right from the Laravel artisan command
82,491
42