MCPcopy
hub / github.com/celery/celery / scheduled

Function scheduled

celery/worker/control.py:407–409  ·  view source on GitHub ↗

List of currently scheduled ETA/countdown tasks.

(state, **kwargs)

Source from the content-addressed store, hash-verified

405
406@inspect_command(alias='dump_schedule')
407def scheduled(state, **kwargs):
408 """List of currently scheduled ETA/countdown tasks."""
409 return list(_iter_schedule_requests(state.consumer.timer))
410
411
412def _iter_schedule_requests(timer):

Callers

nothing calls this directly

Calls 1

_iter_schedule_requestsFunction · 0.85

Tested by

no test coverage detected