diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-06-21 18:55:37 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-06-21 18:55:37 +0000 |
commit | 1fe43e75e018786b7a24d8dbb80317942b97c8f8 (patch) | |
tree | 44b5c0ebd062fa8746797195a1d8f071df0c2a49 | |
parent | 9f20b1b1e753614149a92b3a7a67e05a2fd78641 (diff) | |
download | ansible-1fe43e75e018786b7a24d8dbb80317942b97c8f8.tar.gz ansible-1fe43e75e018786b7a24d8dbb80317942b97c8f8.tar.xz ansible-1fe43e75e018786b7a24d8dbb80317942b97c8f8.zip |
Revert "Disable crawler and automatic pkl push before the release"
This reverts commit 8e83d2cc8f827e6124ac698aef37ec123e9f3eb5.
-rw-r--r-- | roles/mirrormanager/backend/files/backend.cron | 2 | ||||
-rw-r--r-- | roles/mirrormanager/crawler/files/crawler.cron | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/mirrormanager/backend/files/backend.cron b/roles/mirrormanager/backend/files/backend.cron index bcf4cde33..b63d3fbbe 100644 --- a/roles/mirrormanager/backend/files/backend.cron +++ b/roles/mirrormanager/backend/files/backend.cron @@ -2,7 +2,7 @@ MAILTO=root # Refresh the mirrorlist cache at the top of the hour and sync it to the # mirrorlist servers -#55 * * * * mirrormanager /usr/bin/mm2_update-mirrorlist-server && /usr/local/bin/sync_pkl_to_mirrorlists.sh +55 * * * * mirrormanager /usr/bin/mm2_update-mirrorlist-server && /usr/local/bin/sync_pkl_to_mirrorlists.sh # update master directory # logs sent to /var/log/mirrormanager/umdl.log by default diff --git a/roles/mirrormanager/crawler/files/crawler.cron b/roles/mirrormanager/crawler/files/crawler.cron index 1060aa18c..2b68c76bc 100644 --- a/roles/mirrormanager/crawler/files/crawler.cron +++ b/roles/mirrormanager/crawler/files/crawler.cron @@ -4,4 +4,4 @@ # [ "`hostname -s`" == "mm-crawler02" ] && sleep 2h is used to start the crawl # later on the second crawler to reduce the number of parallel accesses to # the database -#0 */12 * * * mirrormanager [ "`hostname -s`" == "mm-crawler02" ] && sleep 2h; /usr/bin/mm2_crawler --timeout-minutes 180 --threads 20 `/usr/local/bin/run_crawler.sh 2` > /dev/null 2>&1 +0 */12 * * * mirrormanager [ "`hostname -s`" == "mm-crawler02" ] && sleep 2h; /usr/bin/mm2_crawler --timeout-minutes 180 --threads 20 `/usr/local/bin/run_crawler.sh 2` > /dev/null 2>&1 |