Tum 1 vuosi sitten
vanhempi
commit
47d85731a1

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
 }