python的企业调度程序(如石英)

编程入门 行业动态 更新时间:2024-10-10 19:22:13
本文介绍了python的企业调度程序(如石英)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在寻找用于python的企业任务计划程序,就像石英用于Java。 要求:

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements:

  • 持久性:如果进程重新启动或计算机重新启动,则所有作业必须保留在那里并且必须被解雇重新启动后。
  • 作业必须在事务中进入和退出调度程序(即,如果某个数据库操作失败,在与调度程序无关的数据库中,则该作业一定不能退出或进入
  • 可扩展性。取决于项目成功的程度,但是我更希望从一开始就知道我不是从无到有来。
  • 可配置性:当任务到期时,可以执行多少任务同时射击等。
  • Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and must be fired after restarting.
  • Jobs must enter and exit the scheduler in a transaction (i.e. if some database operation fail, in a database unrelated to the scheduler, then the job must not have exited or entered the scheduler).
  • Scalability. Depends on the measure of success of the project, but I would prefer to know from the beggining that I am not starting from a dead end.
  • Configurability: when tasks expire, how many can be fired simultaneously, etc.

有什么建议吗?是否有特定于python的东西,或者有可能(甚至很好)从python与Quartz接口。

Any recommendations? Is there something python specific, or is it possible (or even good) to interface to Quartz from python.

推荐答案

是 APScheduler 您在寻找什么?

更多推荐

python的企业调度程序(如石英)

本文发布于:2023-11-25 20:52:38,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1631300.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:程序   企业   python   石英

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!