mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复任务频繁运行通知
This commit is contained in:
@@ -382,7 +382,6 @@ export default class SystemService {
|
||||
return { code: 400, message: '参数错误' };
|
||||
}
|
||||
|
||||
taskLimit.removeQueuedCron(command.replace(/ /g, '-'));
|
||||
if (pid) {
|
||||
await killTask(pid);
|
||||
return { code: 200 };
|
||||
|
||||
Reference in New Issue
Block a user