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

Feature limit duplicates #214

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Rotemoyal
Copy link

A new feature - the option to limit the quantity of a given job in it's queue.
This is useful when the job duration is sometimes greater than the interval, and then the queue is filling up.

@yamti1
Copy link

yamti1 commented Nov 7, 2019

This is wonderful! I've been looking for something like this for ages!

@EliyaCohen
Copy link

Very useful.

@CrazyBonze
Copy link

I am also looking for something like this, this would be great!

@selwin
Copy link
Contributor

selwin commented Oct 28, 2021

Sorry, I don't think this is the right approach as this would break down if you have a large (millions of jobs) queue.

One way we can solve this is to build a registry that counts the number of jobs by type to RQ proper.

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

Successfully merging this pull request may close these issues.

5 participants