Adds priority queues to celery

This commit is contained in:
Mouse Reeve
2021-09-07 16:06:54 -07:00
parent b41293e2ce
commit c0b662cbd7
3 changed files with 18 additions and 2 deletions

View File

@ -3,7 +3,7 @@ from __future__ import absolute_import, unicode_literals
import os
from celery import Celery
from . import settings
from . import settings # pylint: disable=unused-import
# set the default Django settings module for the 'celery' program.