Skip to content

DevOps Notes

Shauna edited this page Jan 5, 2022 · 3 revisions

Updating Tasks

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.

Clone this wiki locally