mirror of https://github.com/rq/rq.git
a5ea45af57
I merely refactored the internal calls. No external API changes have been made in this commit. In order to make the dequeueing methods consistent, each dequeue method now returns a Job instance, which is just a nice lightweight wrapper around the job tuple. The Job class makes it easier to pass the method call info around, along with some possible meta information, like the queue the job originated from. This fixes #7. |
||
---|---|---|
.. | ||
test_rq.py |