[just] Add celery and beat commands

This commit is contained in:
2026-03-23 12:44:32 -04:00
parent e36a0726c8
commit b61339b25c

View File

@ -8,3 +8,9 @@ django:
shell:
poetry run python manage.py shell
celery:
poetry run celery -A vrobbler worker -l info --concurrency=2 --pool=threads
celery-beat:
poetry run celery -A vrobbler beat -l info