Gehel has submitted this change and it was merged.

Change subject: Switch discovery-stats cronjob to a dedicated script
......................................................................


Switch discovery-stats cronjob to a dedicated script

Change-Id: I850b4a1c01164b1d8626db016cf1fa9d8cb5d6b3
Depends-On: Iadd6d29bb4404fe533bbf51e849a79ba818eb0d3
Bug: T149722
---
M modules/statistics/manifests/discovery.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Gehel: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/statistics/manifests/discovery.pp 
b/modules/statistics/manifests/discovery.pp
index e2f2827..7c2f2c5 100644
--- a/modules/statistics/manifests/discovery.pp
+++ b/modules/statistics/manifests/discovery.pp
@@ -57,7 +57,7 @@
   }
 
   cron { 'discovery-stats':
-    command => "/usr/bin/php ${scripts_dir}/tracking-category-count.php >> 
${log_dir}/tracking-category-count.log 2>&1",
+    command => "${scripts_dir}/bin/hourly.sh >> ${log_dir}/hourly.log 2>&1",
     minute  => '14',
     require => Git::Clone['analytics/discovery-stats'],
     user    => $user,

-- 
To view, visit https://gerrit.wikimedia.org/r/319252
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I850b4a1c01164b1d8626db016cf1fa9d8cb5d6b3
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: MaxSem <maxsem.w...@gmail.com>
Gerrit-Reviewer: Gehel <gleder...@wikimedia.org>
Gerrit-Reviewer: MaxSem <maxsem.w...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to