rq / rq-scheduler

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

queue_name argument to enqueue_in and enqueue_at not honored #207

Open lllucius opened 5 years ago

lllucius commented 5 years ago

At some point since 2014, the handling of the queue_name argument got dropped. I suspect it might have been when enqueue() was split into enqueue_in() and enqueue_at(), but I didn't take the time to dig further.

Fix attached... fix_queue_name.txt