Skip to content

Commit 2f757d1

Browse files
committed
Be kind to GitHub
The Python Discord Git Mirror Infrastructure Mirror Cronjob is causing repeated GitHub outages. Be kinder.
1 parent e4b3213 commit 2f757d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/git-mirrors/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
- name: Add cronjob for mirror updating
147147
cron:
148148
name: "Update the git mirrors published by cgit (git-mirrors role)"
149-
# Every 5 minutes
150-
minute: "*/5"
149+
# Every hour
150+
minute: "0"
151151
job: "chronic {{ git_mirrors_base_dir }}/update-mirrors.sh"
152152
user: git-mirrors
153153
cron_file: "{{ git_mirrors_cron_file }}"

0 commit comments

Comments
 (0)