Tum 1 年間 前
コミット
47d85731a1
共有2 個のファイルを変更した1 個の追加1 個の削除を含む
  1. BIN
      app/Output/excel_out_test_excel_formatter_update.xlsx
  2. 1 1
      app/network_report/settings.py

BIN
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
 }