Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_scheduler
Function · 0.45
test_monitor
Function · 0.45
test_disque
Function · 0.45
test_ironmq
Function · 0.45
canceled_sqs
Function · 0.45
test_orm
Function · 0.45
test_mongo
Function · 0.45
test_cluster_initial
Function · 0.45
test_cluster
Function · 0.45
test_enqueue
Function · 0.45
test_timeout
Function · 0.45
test_timeout_task_finishes
Function · 0.45
Calls
1
purge_queue
Method · 0.95
Tested by
15
test_scheduler
Function · 0.36
test_monitor
Function · 0.36
test_disque
Function · 0.36
test_ironmq
Function · 0.36
canceled_sqs
Function · 0.36
test_orm
Function · 0.36
test_mongo
Function · 0.36
test_cluster_initial
Function · 0.36
test_cluster
Function · 0.36
test_enqueue
Function · 0.36
test_timeout
Function · 0.36
test_timeout_task_finishes
Function · 0.36