在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):agronholm/apscheduler开源软件地址(OpenSource Url):https://github.com/agronholm/apscheduler开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):Advanced Python Scheduler (APScheduler) is a task scheduler and task queue system for Python. It can be used solely as a job queuing system if you have no need for task scheduling. It scales both up and down, and is suitable for both trivial, single-process use cases as well as large deployments spanning multiple nodes. Multiple schedulers and workers can be deployed to use a shared data store to provide both a degree of high availability and horizontal scaling. APScheduler comes in both synchronous and asynchronous flavors, making it a good fit for both traditional, thread-based applications, and asynchronous (asyncio or Trio) applications. Documentation and examples are provided for integrating with either WSGI or ASGI compatible web applications. Support is provided for persistent storage of schedules and jobs. This means that they can be shared among multiple scheduler/worker instances and will survive process and node restarts. The built-in persistent data store back-ends are:
The built-in event brokers (needed in scenarios with multiple schedulers and/or workers):
The built-in scheduling mechanisms (triggers) are:
Different scheduling mechanisms can even be combined with so-called combining triggers (see the documentation for details). You can also implement your custom scheduling logic by building your own trigger class. These will be treated no differently than the built-in ones. Other notable features include:
DocumentationDocumentation can be found here. SourceThe source can be browsed at Github. Reporting bugsA bug tracker is provided by Github. Getting helpIf you have problems or other questions, you can either:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论