Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ now
Method
now
celery/schedules.py:71–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
self._app = app
70
71
def
now(self) -> datetime:
72
return
(self.nowfun or self.app.now)()
73
74
def
remaining_estimate(self, last_run_at: datetime) -> timedelta:
75
raise
NotImplementedError()
Callers
5
remaining_estimate
Method · 0.45
remaining_delta
Method · 0.45
is_due
Method · 0.45
remaining_estimate
Method · 0.45
is_due
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected