-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Queue names with "/" lead to "Queue not found error" flash messages #750
codder414 opened this issue
May 22, 2024
· 2 comments
· Fixed by #752 · May be fixed by https-quantumblockchainai-atlassian-net/ossinsight#756
Comments
Yeah exactly... What is the reasoning of using |
felixmosh
added a commit
that referenced
this issue
May 23, 2024
felixmosh
added a commit
that referenced
this issue
May 23, 2024
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
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:
But if you click on the queue:
It tries to fetch all jobs but cannot do it so it always fails:
My guess here it is because we don't escape "/" character this is why bull-board cannot handle such queue names.
The text was updated successfully, but these errors were encountered: