-
Notifications
You must be signed in to change notification settings - Fork 11.8k
Open
Labels
Description
Laravel Version
12.52.0
PHP Version
8.4.17
Database Driver & Version
8.0.37
Description
I have 11 records in the jobs table, but running the queue worker, it sits there idling, as though there are no jobs to process.
Steps To Reproduce
- Stop the queue workers
- Create some jobs (3-4 will be good) to add some records to
jobstable - Modify the first record's
attemptsto 255 - Run
php artisan queue:work, worker starts and does nothing
Expected behavior
- I expected the queue worker to terminate with some error instead of idling
- Because it idles, there are no signs of problems and jobs accumulate in the jobs table and none of them gets processed until someone realizes things are not happening
Reactions are currently unavailable