MCPcopy
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

monitorFunction · 0.45
infoFunction · 0.45
memoryFunction · 0.45
startMethod · 0.45
test_redisFunction · 0.45
test_customFunction · 0.45
test_disqueFunction · 0.45
test_ironmqFunction · 0.45
canceled_sqsFunction · 0.45
test_ormFunction · 0.45
test_mongoFunction · 0.45
test_redis_connectionFunction · 0.45

Calls

no outgoing calls

Tested by 8

test_redisFunction · 0.36
test_customFunction · 0.36
test_disqueFunction · 0.36
test_ironmqFunction · 0.36
canceled_sqsFunction · 0.36
test_ormFunction · 0.36
test_mongoFunction · 0.36
test_redis_connectionFunction · 0.36