MCPcopy
hub / github.com/Koed00/django-q / delete_queue

Method delete_queue

django_q/brokers/orm.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 sleep(Conf.POLL)
80
81 def delete_queue(self):
82 return self.purge_queue()
83
84 def delete(self, task_id):
85 self.get_connection().filter(pk=task_id).delete()

Callers 15

test_schedulerFunction · 0.45
test_monitorFunction · 0.45
test_disqueFunction · 0.45
test_ironmqFunction · 0.45
canceled_sqsFunction · 0.45
test_ormFunction · 0.45
test_mongoFunction · 0.45
test_cluster_initialFunction · 0.45
test_clusterFunction · 0.45
test_enqueueFunction · 0.45
test_timeoutFunction · 0.45

Calls 1

purge_queueMethod · 0.95

Tested by 15

test_schedulerFunction · 0.36
test_monitorFunction · 0.36
test_disqueFunction · 0.36
test_ironmqFunction · 0.36
canceled_sqsFunction · 0.36
test_ormFunction · 0.36
test_mongoFunction · 0.36
test_cluster_initialFunction · 0.36
test_clusterFunction · 0.36
test_enqueueFunction · 0.36
test_timeoutFunction · 0.36