Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queue priorities #33

Open
yannickdesmadryl opened this issue Apr 30, 2021 · 0 comments
Open

queue priorities #33

yannickdesmadryl opened this issue Apr 30, 2021 · 0 comments

Comments

@yannickdesmadryl
Copy link

Hi,

In the queue worker you can add some priorities on queues. Now this runs perfectly in de background and handles the jobs.

But in the UI you cannot see your comma separated queues like
php artisan queue:work --queue=high,low,default

In frontend you can only see the latest queue, default. Queue high/low aren't presented. And the queue is constantly refresh so you ended up with 0 jobs done. It seems like the queue clears the done jobs.

On the other hand I created multiple workers each with one queue like
php artisan queue:work --queue=high
php artisan queue:work --queue=low
php artisan queue:work --queue=default

Now I can see the queue list properly with high, low and default. And no reset of jobs done. (y)

I don't know if this problem is yours but I've noticed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant