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 names with "/" lead to "Queue not found error" flash messages #750

Closed
codder414 opened this issue May 22, 2024 · 2 comments · Fixed by #752 · May be fixed by https-quantumblockchainai-atlassian-net/ossinsight#756
Closed

Comments

@codder414
Copy link

codder414 commented May 22, 2024

Hi @felixmosh ! thanks for your work, very useful board to track bull activities. But I faced one issue which is quite critical i think:

Problem statement:

Which versions are affected: all
Package: bull (haven't tested with bullmq)
How to reproduce: try to use queues with "/" in their names

Example:
let say we have default bull prefix: "bull"
and at the same time we have queue name like: test/transactions
When you load bull-board first time it shows something similar:

image

But if you click on the queue:
It tries to fetch all jobs but cannot do it so it always fails:

image

My guess here it is because we don't escape "/" character this is why bull-board cannot handle such queue names.

@felixmosh
Copy link
Owner

Yeah exactly...
Do u think that it should encode queue names?

What is the reasoning of using / in queue name?

@codder414
Copy link
Author

Thank you very much ! In my project where i work, there is a convention to use / as delimiter for queue names, it was done before i join to my team.

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