MCPcopy
hub / github.com/celery/celery / sleep

Method sleep

t/unit/backends/test_asynchronous.py:357–361  ·  view source on GitHub ↗

Sleep on the event loop.

(self)

Source from the content-addressed store, hash-verified

355
356 @cached_property
357 def sleep(self):
358 """
359 Sleep on the event loop.
360 """
361 raise NotImplementedError
362
363 def schedule_thread(self, thread):
364 """

Callers 15

liveness_threadMethod · 0.95
fulfillMethod · 0.95
addFunction · 0.45
wait_for_chord_unlockFunction · 0.45
wait_for_portFunction · 0.45
test_acceptMethod · 0.45
check_for_logsFunction · 0.45
test_ignore_resultMethod · 0.45
test_etaMethod · 0.45
test_retryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected