Python任務調度框架 APScheduler
一個基于Python,提供類似Cron功能,并深受Java Quartz 影響的輕量級進程內任務調度框架。
主要特性:
- No (hard) external dependencies
- Thread-safe API
- Excellent test coverage (tested on CPython 2.4 - 2.7, 3.1 - 3.2, Jython 2.5.2, PyPy 1.4.1 and 1.5)
- Configurable scheduling mechanisms (triggers):
- Cron-like scheduling
- Delayed scheduling of single run jobs (like the UNIX "at" command)
- Interval-based (run a job at specified time intervals)
- Multiple, simultaneously active job stores:
- RAM
- File-based simple database (shelve)
- SQLAlchemy (any supported RDBMS works)
- MongoDB
本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!