diff --git a/cve-py/controller/timertaskcontroller.py b/cve-py/controller/timertaskcontroller.py index 6a03e804769974352d968ff21b658fb761367b3e..ee060784d7469c2f6ee3a98d582145958a00ce42 100644 --- a/cve-py/controller/timertaskcontroller.py +++ b/cve-py/controller/timertaskcontroller.py @@ -28,9 +28,9 @@ 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=0, minute=30) + scheduler.add_job(taskcontroller.runtabletask, 'cron', day_of_week='0-6', hour=18, minute=1) # Error data export and email sending timing task - scheduler.add_job(taskcontroller.toexcelcontroller, 'interval', hours=2) + scheduler.add_job(taskcontroller.toexcelcontroller, 'cron', day_of_week='0-6', hour=7, minute=30) # Package name correspondence relationship timing task scheduler.add_job(taskcontroller.runmappeingtask, 'cron', day_of_week='0-6', hour=7, minute=30) # Download files timing task