arrfab / fedora-infra / ansible

Forked from fedora-infra/ansible 3 years ago
Clone

703a46b Start the crawl later on the second crawler.

Authored and Committed by adrian 9 years ago
    Start the crawl later on the second crawler.
    
    Even with rsync as crawl method some hosts are taking a very long time
    to be crawled. The network connection with rsync is only open for a
    short time, but with both crawlers reading and writing from the database
    it takes a very long time until the status of all directories is
    updated. Therefore this patch introduces a 3 hour delay of the crawl
    on the second crawler. This could also be solved with two different
    cron.d files; one for each crawler.