[settings] Put chart rebuilds in their own queue

This commit is contained in:
2026-06-19 01:12:50 -04:00
parent 852a257159
commit 4e56d9420a
3 changed files with 29 additions and 3 deletions

View File

@ -1,2 +1,2 @@
web: python manage.py runserver 0.0.0.0:8014
worker: celery -A vrobbler worker -l DEBUG
worker: celery -A vrobbler worker -Q default,charts -l DEBUG