What it does
Single-file Node.js process manager that spawns php artisan queue:work via the execa library, pipes stdout/stderr to both console and a timestamped log file, and auto-restarts the worker on exit after a configurable delay; all paths and commands are overridable via environment variables.