Alexandros Kosiaris has submitted this change and it was merged. Change subject: quarry: Use separate worker module for celery ......................................................................
quarry: Use separate worker module for celery Change-Id: I4597d57337d61d5e5dd18261bb1a0536d7bafc67 --- M modules/quarry/templates/celeryd.conf.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/quarry/templates/celeryd.conf.erb b/modules/quarry/templates/celeryd.conf.erb index e20e6cf..220af3a 100644 --- a/modules/quarry/templates/celeryd.conf.erb +++ b/modules/quarry/templates/celeryd.conf.erb @@ -5,4 +5,4 @@ CELERYD_PID_FILE="/run/celery/%N.pid" CELERYD_USER="quarry" CELERYD_GROUP="quarry" -CELERY_APP="quarry.web.app.celery" +CELERY_APP="quarry.web.worker" -- To view, visit https://gerrit.wikimedia.org/r/151409 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4597d57337d61d5e5dd18261bb1a0536d7bafc67 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Yuvipanda <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: coren <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
