-
Notifications
You must be signed in to change notification settings - Fork 47
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
Queues detected but jobs not listed #4
Comments
@MeStrak hi, did you try to run bull-board directly (without this docker image)? |
I have the same issues, here is my part of docker-compose:
|
I am having the same issue. Did someone find a solution?
And I am using the same BULL_PREFIX in Bull's Queue Options |
same issue with env vars : BULL_PREFIX: 'queue' |
Same issue here. Does anyone found a workaround? |
Hi, I'm trying to run bull-board from the docker image but have a problem that no jobs are shown, even though the queues are detected.
I originally created this issue in the bull-board repo (felixmosh/bull-board#249) but they analysed it and don't think it is related directly to bull-board.
I have started up the container, and my bull queues are detected:
However, no jobs ever show in the UI. Running
.backgroundDataQueue.getJobCounts()
gives the following:But all job categories in the UI are empty. For example:
Is there some additional config that I need to do to detect the jobs? Or should it work automatically if the queues are detected?
Thanks!
The text was updated successfully, but these errors were encountered: