Skip to content

Commit

Permalink
fixed the cron schedule;
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjan-stha authored and k9845 committed Aug 9, 2023
1 parent 492548a commit 5ee1f34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core_server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@
"calculate_model_metrics": {
"task": "core.tasks.model_monitoring.calculate_model_metrics",
"schedule": crontab(
minute="*/1",
hour="*/12", # Do it every 12 hours
minute="0",
),
},
"fetch_new_projects": {
Expand Down

0 comments on commit 5ee1f34

Please sign in to comment.