notice
This is documentation for Rasa & Rasa Pro Documentation v2.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (3.x).
Version: 2.x
rasa.core.jobs
scheduler
async scheduler() -> AsyncIOScheduler
Thread global scheduler to handle all recurring tasks.
If no scheduler exists yet, this will instantiate one.
kill_scheduler
kill_scheduler() -> None
Terminate the scheduler if started.
Another call to scheduler
will create a new scheduler.