A Python library that lets you schedule Python functions to be executed at specific times or intervals.
APScheduler

- Python
- 自动化, 过程控制
- 应用程序编程接口(API), 云计算, 持续改进, 数字孪生, 物联网 (IoT), 軟體, 软件即服务(SaaS)
特点
- Schedule Python functions, cron-like scheduling, interval-based scheduling, date-based scheduling, persistent schedulers, multiple job stores, flexible scheduling options, thread-based execution
定价
- 免费
- Lightweight, easy to integrate into existing Python applications, versatile scheduling options, supports different backends for job storage, good documentation.
- In-process scheduling (not distributed by default), might not be ideal for very large-scale distributed task scheduling without additional setup.
最适合:
- Adding scheduling capabilities within Python applications for background tasks, maintenance jobs, or report generation.
- 应用程序编程接口(API), 云计算, 持续改进, 数字孪生, 物联网 (IoT), 軟體, 软件即服务(SaaS)