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

priority of a job #251

Closed
dreamCodeMan opened this issue Nov 5, 2023 · 5 comments
Closed

priority of a job #251

dreamCodeMan opened this issue Nov 5, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@dreamCodeMan
Copy link

You can use RabbitMQ's priority to determine the priority of a job, thereby ensuring the order of jobs.

@runabol runabol added the enhancement New feature or request label Nov 5, 2023
@ppcololo
Copy link
Contributor

Really useful feature:
we have a really big queue of parallel tasks in the many jobs.
But if some urgent task appears - we can't move it to the beggining of the queue - it could be placed only to the end. In this case we have to create a new worker with some new queue name and place this taks in this new queue.

@runabol
Copy link
Owner

runabol commented May 15, 2024

Yeah I'll bump this issue in priority 🙂. Shouldn't be too hard to implement.

@runabol
Copy link
Owner

runabol commented May 25, 2024

Thoughts? #392

@gaby
Copy link
Contributor

gaby commented May 26, 2024

@runabol That's awesome

@runabol runabol closed this as completed May 26, 2024
@dreamCodeMan
Copy link
Author

@runabol That's awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants