Addshore has submitted this change and it was merged. Change subject: Add sample cron ......................................................................
Add sample cron Change-Id: I41863b31b7e036d3807457bcee49ee0437840c26 --- A cron 1 file changed, 6 insertions(+), 0 deletions(-) Approvals: JanZerebecki: Verified; Looks good to me, approved diff --git a/cron b/cron new file mode 100644 index 0000000..fbab0c5 --- /dev/null +++ b/cron @@ -0,0 +1,6 @@ +#Sample cron + +#logrotate is at 6:25, + time for rsync (hourly?), 12 gives us roughly 6 hours +0 12 * * * ~/src/wikidata_getclaims_property_use.sh +#This doesn't matter when it runs.... +0 6 * * * ~/src/wikidata_site_stats.sh -- To view, visit https://gerrit.wikimedia.org/r/240654 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I41863b31b7e036d3807457bcee49ee0437840c26 Gerrit-PatchSet: 1 Gerrit-Project: analytics/limn-wikidata-data Gerrit-Branch: master Gerrit-Owner: Addshore <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: JanZerebecki <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
