Heim  >  Fragen und Antworten  >  Hauptteil

node.js - nodejs如何动态增加删除定时任务

我想通过http请求在后台生成定时任务,而且对生成的定时任务也能通过http请求实现暂停,继续和删除的操作,请问有什么好的实现方法吗?
谢谢!

黄舟黄舟2764 Tage vor430

Antworte allen(1)Ich werde antworten

  • 天蓬老师

    天蓬老师2017-04-17 15:02:08

    我之前的做法是 通过node编辑crontab列表,然后写成接口的形式。
    暂停和继续的话,你可能需要维护一个crontab的备份列表。。

    Antwort
    0
  • StornierenAntwort