mirror of https://github.com/rq/rq.git
Mental note to self.
This commit is contained in:
parent
20e908039f
commit
4d2f64d4b6
|
@ -121,7 +121,7 @@ class Queue(object):
|
||||||
|
|
||||||
def requeue(self, job):
|
def requeue(self, job):
|
||||||
"""Requeues an existing (typically a failed job) onto the queue."""
|
"""Requeues an existing (typically a failed job) onto the queue."""
|
||||||
pass
|
raise NotImplementedError('Implement this')
|
||||||
|
|
||||||
def dequeue(self):
|
def dequeue(self):
|
||||||
"""Dequeues the function call at the front of this Queue.
|
"""Dequeues the function call at the front of this Queue.
|
||||||
|
|
Loading…
Reference in New Issue