fix
This commit is contained in:
@@ -6,7 +6,7 @@ from config.env import env
|
||||
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", env("DJANGO_SETTINGS_MODULE"))
|
||||
|
||||
app = celery.Celery("config")
|
||||
app = celery.Celery('config', broker="redis://redis:6379", backend="redis://redis:6379")
|
||||
|
||||
app.config_from_object("django.conf:settings", namespace="CELERY")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user