Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Run monitor_machines once each night rather than every 30 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
cmart authored and cdosborn committed Jun 15, 2018
1 parent 6d78e13 commit 949d93a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions atmosphere/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,7 @@ def create_log_path(filename):
"monitor_machines": {
"task": "monitor_machines",
# Every day of the week @ 1am
#"schedule": crontab(hour="1", minute="0", day_of_week="*"),
"schedule": timedelta(minutes=30),
"schedule": crontab(hour="1", minute="0", day_of_week="*"),
"options": {"expires": 10 * 60, "time_limit": 10 * 60}
},
"monitor_volumes": {
Expand Down

0 comments on commit 949d93a

Please sign in to comment.