flamix/supervisor-poor
Composer 安装命令:
composer require flamix/supervisor-poor
包简介
Supervisor for poor people
README 文档
README
This is a custom Laravel Artisan command that checks if specified commands are running and starts them if not.
// Add to config/queue.php 'supervisor' => [ 'queue:listen --queue=demo' => 1, ] // Add to cron $schedule->command('flamix:supervisor')->everyFiveMinutes()->runInBackground();
Mannually run command
php artisan flamix:supervisor
统计信息
- 总下载量: 701
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-08