Quarry/Quarry maintenance and administration
Appearance
Phabricator project: #quarry
< Quarry
Learn more about how Quarry is administered and maintained.
Overview
This page contains links to pages related to the maintenance and administration of the Quarry service.
Main points
Quarry is run as a service on a web and a few worker nodes. These nodes can be viewed from [[1]]
Web
Code is found in /srv/quarry, it is managed by git and can be updated with git pull and a service restart as follows:
systemctl restart uwsgi-quarry-web.service
Worker
Code is found in /srv/quarry, it is managed by git and can be updated with git pull and a service restart as follows:
systemctl restart celery-quarry-worker.service
Quarry source code
- Quarry source code - View the Quarry source code on GitHub.