rasa.core.jobs
You are viewing documentation for our open source project which is maintained by the community. If you want to get started building assistants with Rasa please check out our latest documentation here.
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.