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

Module documentation #94

Closed
mtavano opened this issue Apr 6, 2020 · 1 comment
Closed

Module documentation #94

mtavano opened this issue Apr 6, 2020 · 1 comment

Comments

@mtavano
Copy link

mtavano commented Apr 6, 2020

Hey folks! first of all, I hope to all of you having a good and stay healthy time on this covid-19 hard times.

I don't know if this could be considered as an issue but I was reading the source code and found that there a few extra definitions that are missing on the README

router.put('/queues/:queueName/retry', wrapAsync(retryAll))
router.put('/queues/:queueName/:id/retry', wrapAsync(retryJob))
router.put('/queues/:queueName/:id/promote', wrapAsync(promoteJob))
router.put('/queues/:queueName/clean/:queueStatus', wrapAsync(cleanAll))

so want to ask if there is an official doc or something to understand what are those routes and which role are playing on the board module

besides that, I didn't found in README regarding my server being hit at this route GET /queues/queues/? and the server is replying with 304 🤔

if anyone can help me will be very appreciated

@vcapretz
Copy link
Contributor

hey, @mtavano 👋
I hope you're good and healthy as well!

these routes you pointed are used internally for bull-board, since we provide a UI for you to visualize and manage your Bull jobs we use these routes when you press the "retry" button on a job for instance.

It's nothing fancy behind these routes TBH, it's something you could accomplish in your application using bull's API directly 👍

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

2 participants