flamix/supervisor-poor

Supervisor for poor people

Maintainers

Package info

github.com/rshkabko/supervisor-poor

pkg:composer/flamix/supervisor-poor

Statistics

Installs: 857

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2025-11-27 13:16 UTC

This package is auto-updated.

Last update: 2026-02-27 13:59:32 UTC


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