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

--- Comment #4 from Daniel Zahn <[email protected]> ---
It is puppetized in:  operations/puppet repo

./manifests/misc/maintenance.php

class misc::maintenance::refreshlinks


 51     cron { "cron-refreshlinks-${name}":
 52       command => "/usr/local/bin/mwscriptwikiset refreshLinks.php
${cluster}.dblist --dfn-only > /home/mwdeploy/refreshLinks/${name}.log 2>&1",

 65   # add cron jobs - usage: <cluster>@<day of month> (these are just needed
monthly) (note: s1 is temp. deactivated)
 66   cronjob { ['s2@2', 's3@3', 's4@4', 's5@5', 's6@6', 's7@7']: }


<-- as you can see in line 66 above, it is not applied to "s1" which would be
enwiki. So it is just running for all other clusters because it never worked
for s1. How to make it work on s1, i don't know, sorry.

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

Reply via email to