| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
fmms
13年前发布

Python任务调度框架 APScheduler

     一个基于Python,提供类似Cron功能,并深受Java Quartz 影响的轻量级进程内任务调度框架。    <div id="features" class="section">     <h3>主要特性:</h3>     <ul class="simple">      <li>No (hard) external dependencies</li>      <li>Thread-safe API</li>      <li>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)</li>      <li>Configurable scheduling mechanisms (triggers):       <ul>        <li>Cron-like scheduling</li>        <li>Delayed scheduling of single run jobs (like the UNIX "at" command)</li>        <li>Interval-based (run a job at specified time intervals)</li>       </ul> </li>      <li>Multiple, simultaneously active job stores:       <ul>        <li>RAM</li>        <li>File-based simple database (shelve)</li>        <li><a class="reference external" href="/misc/goto?guid=4958193864039269840">SQLAlchemy</a> (any supported RDBMS works)</li>        <li><a class="reference external" href="/misc/goto?guid=4958183898586439931">MongoDB</a></li>       </ul> </li>     </ul>    </div>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326941559030" target="_blank">http://www.open-open.com/lib/view/home/1326941559030</a></p>     
 本文由用户 fmms 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1326941559030.html
Python Quartz Python开发