Skip to main content

Queue worker — glossary

TL;DR

Long-running process dequeuing jobs — common in Laravel Horizon and supervisor.

Key facts

Term
Queue worker

TL;DR

Queue workers (Laravel Horizon, supervisor-managed queue:work, Celery, etc.) process background jobs. When they die silently, users see stale data and stuck workflows while HTTP health checks still pass.

Related