From 277ad9c805f429c8db99c94b5dbbe6fda7b725eb Mon Sep 17 00:00:00 2001 From: zhangjianjun_code <7844966+zhangjianjun_code@user.noreply.gitee.com> Date: Fri, 6 Nov 2020 18:10:54 +0800 Subject: [PATCH 1/4] 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 b907c93..a30bdb0 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=10) + scheduler.add_job(taskcontroller.runtabletask, 'cron', day_of_week='0-6', hour=18, minute=14) # 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 fff92b174eaf3e36ba0868c7e595b3d3c9a1d1d4 Mon Sep 17 00:00:00 2001 From: zhangjianjun_code <7844966+zhangjianjun_code@user.noreply.gitee.com> Date: Fri, 6 Nov 2020 18:12:52 +0800 Subject: [PATCH 2/4] 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 a30bdb0..d0dc26a 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=14) + scheduler.add_job(taskcontroller.runtabletask, 'cron', day_of_week='0-6', hour=18, minute=16) # 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 658ab027e2e5da947ebe58bbededff473a082cc3 Mon Sep 17 00:00:00 2001 From: zhangjianjun_code <7844966+zhangjianjun_code@user.noreply.gitee.com> Date: Fri, 6 Nov 2020 18:15:49 +0800 Subject: [PATCH 3/4] 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 d0dc26a..1d4656a 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=16) + scheduler.add_job(taskcontroller.runtabletask, 'cron', day_of_week='0-6', hour=18, minute=18) # 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 a64ebd60c2a9fc246dd065b1bf00fe97696145fb Mon Sep 17 00:00:00 2001 From: zhangjianjun_code <7844966+zhangjianjun_code@user.noreply.gitee.com> Date: Fri, 6 Nov 2020 18:16:57 +0800 Subject: [PATCH 4/4] 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 1d4656a..e0de537 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=18) + scheduler.add_job(taskcontroller.runtabletask, 'cron', day_of_week='0-6', hour=18, minute=25) # 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