apscheduler.schedulers.background
¶
API¶
Introduction¶
BackgroundScheduler runs in a thread inside your existing application. Calling
start()
will start the scheduler and it will continue running
after the call returns.
Default executor | PoolExecutor |
External dependencies | none |
Example | examples/schedulers/background.py
(view online). |