Server/ Workers & Scheduler

Workers & Scheduler

Queue workers (supervisor/systemd) and the cron-driven scheduler.

Queue workers

QueueProcessesConnectionProcessedFailedStatusRestart
default×2redis128k3running
emails×1redis9.2k1running
Type {{ confirmTok() }} to {{ confirmVerb() }}:
{{ opOutput() }}

Restart gracefully signals queue:restart so workers finish the current job, then pick up the latest code.

Scheduler

stateon
last run36s ago

Cron jobs

* * * * *php artisan schedule:run
0 3 * * *backup:run

Manage with cloud server:cron:add acme-production-app <schedule> <command>.