Tum 1 年之前
父節點
當前提交
47d85731a1
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      app/Output/excel_out_test_excel_formatter_update.xlsx
  2. 1 1
      app/network_report/settings.py

二進制
app/Output/excel_out_test_excel_formatter_update.xlsx


+ 1 - 1
app/network_report/settings.py

@@ -208,6 +208,6 @@ CELERY_BEAT_SCHEDULE = {
208 208
     },
209 209
     "gen_report": {
210 210
         "task": "backend.views.gen_report_task",
211
-        "schedule": crontab(minute="10"),
211
+        "schedule": crontab(hour="12,22", minute="15"),
212 212
     },
213 213
 }