Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/151409
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/09/151409/1 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: newchange Gerrit-Change-Id: I4597d57337d61d5e5dd18261bb1a0536d7bafc67 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
