You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: