https://bugzilla.wikimedia.org/show_bug.cgi?id=44570

--- Comment #10 from Sam Reed (reedy) <[email protected]> ---
class misc::maintenance::parsercachepurging {

    system_role { "misc::maintenance::parsercachepurging": description => "Misc
- Maintenance Server: parser cache purging" }

    cron { 'parser_cache_purging':
        user => apache,
        minute => 0,
        hour => 1,
        weekday => 0,
        # Purge entries older than 30d * 86400s/d = 2592000s
        command => '/usr/local/bin/mwscript purgeParserCache.php --wiki=aawiki
--age=2592000 >/dev/null 2>&1',
        ensure => present,
    }

}


Those parser cache entries should've been removed at 30 days old...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to