-
Notifications
You must be signed in to change notification settings - Fork 25
All items go to default queue #12
Comments
Hi! I've attempted to replicate the issue you're describing with a fresh install but was unable to. My composer.json (relevant bits):
in queue.php
and then as part of a test command:
Please note that I'm pushing a mail job onto |
That's weird. The app that it does it in was a fresh install as well. I John M. Richardson Jr
|
I retested and everything seems to be working fine now. I noticed that you had a field 'timeout' that I didn't have but when I updated to the latest version it gave me an error without it in there. I added it and then it worked fine, and went to the correct queue. |
Cool - this has been added in the latest version and is very likely unrelated. If the issue is solved, please close it :) |
After upgrading to the latest version all queue items will only go to default queue.
I'm not sure what changed, but in v2 you could add items to different queues. So not sure if this is a conflict within iron-queue or laravel.
The text was updated successfully, but these errors were encountered: