From 1f8fa92082699c4c987a812d8bec2be5bf8433e2 Mon Sep 17 00:00:00 2001 From: zhangjianjun_code <7844966+zhangjianjun_code@user.noreply.gitee.com> Date: Fri, 6 Nov 2020 18:01:48 +0800 Subject: [PATCH 1/3] Modify the time of a scheduled task --- cve-py/controller/timertaskcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cve-py/controller/timertaskcontroller.py b/cve-py/controller/timertaskcontroller.py index ee06078..e2ed006 100644 --- a/cve-py/controller/timertaskcontroller.py +++ b/cve-py/controller/timertaskcontroller.py @@ -28,7 +28,7 @@ def timertask(): # Warehouse, organization, and owner correspondence timing task scheduler.add_job(taskcontroller.gwcontroller, 'cron', day_of_week='0-6', hour=0, minute=2) # Manual CVE data entry timing task - scheduler.add_job(taskcontroller.runtabletask, 'cron', day_of_week='0-6', hour=18, minute=1) + scheduler.add_job(taskcontroller.runtabletask, 'cron', day_of_week='0-6', hour=18, minute=3) # Error data export and email sending timing task scheduler.add_job(taskcontroller.toexcelcontroller, 'cron', day_of_week='0-6', hour=7, minute=30) # Package name correspondence relationship timing task -- Gitee From 26ded1c61d63f14b64db4d6c42d823515df42238 Mon Sep 17 00:00:00 2001 From: zhangjianjun_code <7844966+zhangjianjun_code@user.noreply.gitee.com> Date: Fri, 6 Nov 2020 18:02:57 +0800 Subject: [PATCH 2/3] Modify the time of a scheduled task --- cve-py/controller/timertaskcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cve-py/controller/timertaskcontroller.py b/cve-py/controller/timertaskcontroller.py index e2ed006..9c5a68f 100644 --- a/cve-py/controller/timertaskcontroller.py +++ b/cve-py/controller/timertaskcontroller.py @@ -28,7 +28,7 @@ def timertask(): # Warehouse, organization, and owner correspondence timing task scheduler.add_job(taskcontroller.gwcontroller, 'cron', day_of_week='0-6', hour=0, minute=2) # Manual CVE data entry timing task - scheduler.add_job(taskcontroller.runtabletask, 'cron', day_of_week='0-6', hour=18, minute=3) + scheduler.add_job(taskcontroller.runtabletask, 'cron', day_of_week='0-6', hour=18, minute=5) # Error data export and email sending timing task scheduler.add_job(taskcontroller.toexcelcontroller, 'cron', day_of_week='0-6', hour=7, minute=30) # Package name correspondence relationship timing task -- Gitee From fdc2e71730f91b871ba3c1abffb1e4527f46885b Mon Sep 17 00:00:00 2001 From: zhangjianjun_code <7844966+zhangjianjun_code@user.noreply.gitee.com> Date: Fri, 6 Nov 2020 18:05:21 +0800 Subject: [PATCH 3/3] Modify the time of a scheduled task --- cve-py/controller/timertaskcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cve-py/controller/timertaskcontroller.py b/cve-py/controller/timertaskcontroller.py index 9c5a68f..b907c93 100644 --- a/cve-py/controller/timertaskcontroller.py +++ b/cve-py/controller/timertaskcontroller.py @@ -28,7 +28,7 @@ def timertask(): # Warehouse, organization, and owner correspondence timing task scheduler.add_job(taskcontroller.gwcontroller, 'cron', day_of_week='0-6', hour=0, minute=2) # Manual CVE data entry timing task - scheduler.add_job(taskcontroller.runtabletask, 'cron', day_of_week='0-6', hour=18, minute=5) + scheduler.add_job(taskcontroller.runtabletask, 'cron', day_of_week='0-6', hour=18, minute=10) # Error data export and email sending timing task scheduler.add_job(taskcontroller.toexcelcontroller, 'cron', day_of_week='0-6', hour=7, minute=30) # Package name correspondence relationship timing task -- Gitee