Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
APScheduler 中的任务实例是否有最大允许运行时间?默认值是什么,如何更改它?
我在运行持续时间较长的任务时遇到了问题。
在 freenode 上询问后#apscheduler,我了解到任务没有最大允许运行时间。拥有一个没有意义,即使有,它也应该默认为无穷大。
#apscheduler
但是,有一个可配置的参数允许控制可以并行运行的最大任务数,默认为 1。