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

No jobs displayed, if you use some "special" chars in queue names #375

Closed
Inoir opened this issue Feb 4, 2022 · 2 comments · Fixed by #376
Closed

No jobs displayed, if you use some "special" chars in queue names #375

Inoir opened this issue Feb 4, 2022 · 2 comments · Fixed by #376

Comments

@Inoir
Copy link

Inoir commented Feb 4, 2022

Im using Koa with BullMQ. But think this is not special to any of these.

All working fine, if you use names like BullMQ, TaskQueue.
If you use names like this: task:email, task:password there is no jobs displayed in the ui. There is still the amount of jobs visible besides the Active, Waiting, Completed, Failed, Delayed, Paused tabs.
Also # seems to break any jobs displayed in the ui, maybe more, but i've only testet # and :.
Queues still handled fine by BullMQ so should be also displayed by the board with names like written above.
Rewritten names to something like task.email, task.password is the current workaround.

Screenshot 2022-02-04 at 19 59 28
Screenshot 2022-02-04 at 19 53 03

@felixmosh
Copy link
Owner

Hi, thank you for reporting this issue.
I will look into it, probably an issue with url encoding the queue names.

@felixmosh
Copy link
Owner

Released in v3.9.2

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

Successfully merging a pull request may close this issue.

2 participants