beanstalkd / beaneater

The best way to interact with beanstalkd from within Ruby
http://beanstalkd.github.com/beaneater
MIT License
199 stars 43 forks source link

Duplicate jobs in the queue #66

Open micmicsuarez opened 7 years ago

micmicsuarez commented 7 years ago

Our system process many jobs from the queue and there are times that those jobs were not yet finish processing. There is a chance that our system will put jobs with the same name of the jobs that are currently process.

Is there a beaneater checker that will tell us that the job with the same name is already in the queue before we add it in the queue?

Thanks, Michael