notice

This is unreleased documentation for Rasa Documentation Main/Unreleased version.
For the latest released documentation, see the latest version (3.x).

Version: Main/Unreleased

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.