-
Notifications
You must be signed in to change notification settings - Fork 16
DevOps Notes
Shauna edited this page Jan 5, 2022
·
3 revisions
When updating celery tasks (which includes evaluating proposals) you'll need to reload celery with: systemctl restart celery celerybeat
. On dev servers created before the refactor which turned Metagov into a Django app, the processes may be called celery-policykit
and celerybeat-policykit
. This is in addition to the systemctl reload apache2
which is necessary whenever you make any changes.