Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ _sleep
Method
_sleep
celery/backends/base.py:609–610 ·
view source on GitHub ↗
(self, amount)
Source
from the content-addressed store, hash-verified
607
return
meta
608
609
def
_sleep(self, amount):
610
time.sleep(amount)
611
612
def
store_result(self, task_id, result, state,
613
traceback=None, request=None, **kwargs):
Callers
2
store_result
Method · 0.95
get_task_meta
Method · 0.95
Calls
1
sleep
Method · 0.45
Tested by
no test coverage detected