rq / rq-scheduler

A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)
MIT License
1.43k stars 230 forks source link

do not allow queuing job if job.meta.unique_job_id already queued #302

Open mitakuye opened 10 months ago

mitakuye commented 10 months ago

If job.meta['unique_job_id'] is set then do not allow another job with that meta.unique_job_id