我想通过http请求在后台生成定时任务,而且对生成的定时任务也能通过http请求实现暂停,继续和删除的操作,请问有什么好的实现方法吗?谢谢!
人生最曼妙的风景,竟是内心的淡定与从容!
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. .
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. .