Version: 3.x

rasa.core.jobs

scheduler

async def scheduler() -> AsyncIOScheduler

Thread global scheduler to handle all recurring tasks.

If no scheduler exists yet, this will instantiate one.

kill_scheduler

def kill_scheduler() -> None

Terminate the scheduler if started.

Another call to scheduler will create a new scheduler.