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