Change: Celery app name

This commit is contained in:
Aroy-Art 2024-03-20 22:37:54 +01:00
parent 8d96e15bed
commit b0161d0d23
Signed by: Aroy
GPG key ID: DB9689E9391DD156
2 changed files with 21 additions and 5 deletions

View file

@ -7,7 +7,7 @@ from celery import Celery
# Set the default Django settings module for the 'celery' program.
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'core.settings')
app = Celery('core')
app = Celery('archivist')
# Using a string here means the worker doesn't have to serialize
# the configuration object to child processes.