node.js - nodejs如何动态增加删除定时任务
黄舟
黄舟 2017-04-17 15:00:08
0
1
427

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

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(1)
Peter_Zhu

My previous approach was to edit the crontab list through node and then write it in the form of an interface.
If you pause and continue, you may need to maintain a crontab backup list. .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!