pub(crate) async fn admin_scheduled_tasks_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงGET /_synapse/admin/v1/scheduled_tasks
Lists the tracked background tasks, filtered by the query parameters and ordered by increasing scheduled timestamp.