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

Add UI dashboard support for Bull queues #62

Closed
humphd opened this issue Nov 6, 2019 · 5 comments
Closed

Add UI dashboard support for Bull queues #62

humphd opened this issue Nov 6, 2019 · 5 comments
Assignees

Comments

@humphd
Copy link
Contributor

humphd commented Nov 6, 2019

We're using Bull to manage our work queues, so let's also add a UI so we can see what's happening. https://github.com/vcapretz/bull-board will give us the ability to add a route to a web server to show what's happening in our queues:

Eventually this should be behind an admin login, but for now, we can expose it. It will probably make debugging easier too.

@varshannagarajan
Copy link
Contributor

varshannagarajan commented Nov 7, 2019

I would like to look into setting this up. I could try and just start on setting this up while someone is working on issue #63 if that makes sense. Then add it to that server.

@neilong31
Copy link
Contributor

@varshannagarajan I'd like to work on this with you if that's okay?

@varshannagarajan
Copy link
Contributor

Yeah absolutely!

@humphd
Copy link
Contributor Author

humphd commented Nov 13, 2019

The Express web server just landed on master (thanks @miggs125)! You can do this easily now. Take a look at the code in src/server to hook your route into it.

varshannagarajan added a commit to varshannagarajan/telescope that referenced this issue Nov 15, 2019
humphd pushed a commit that referenced this issue Nov 15, 2019
@humphd
Copy link
Contributor Author

humphd commented Nov 16, 2019

Fixed in #200

@humphd humphd closed this as completed Nov 16, 2019
This issue was closed.
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

No branches or pull requests

4 participants