Queue retry all order acting as a stack (FILO) instead of a queue (FIFO)? #44095
Unanswered
Pwnobbypure
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
Does anyone know why the
php artisan queue:retry all
command retries the jobs in order from newest to oldest instead of oldest to newest?I'm wondering if this is a mistake since a queue is supposed to be FIFO, which holds true for when dispatching jobs, but not for retrying all failed jobs.
Code from
src/Illuminate/Queue/Failed/DatabaseUuidFailedJobProvider.php:75
This was raised in this issue but not addressed #28961
Beta Was this translation helpful? Give feedback.
All reactions