Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Koed00/django-q
/ ping
Method
ping
django_q/brokers/orm.py:46–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
return
self.get_connection().filter(key=self.list_key).delete()
45
46
def
ping(self) -> bool:
47
return
True
48
49
def
info(self) -> str:
50
if
not self._info:
Callers
12
monitor
Function · 0.45
info
Function · 0.45
memory
Function · 0.45
start
Method · 0.45
test_redis
Function · 0.45
test_custom
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_redis_connection
Function · 0.45
Calls
no outgoing calls
Tested by
8
test_redis
Function · 0.36
test_custom
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_redis_connection
Function · 0.36