mirror of
https://github.com/ansible/awx.git
synced 2026-06-30 10:58:03 -02:30
celery 4.x -> 3.x change route config name
This commit is contained in:
@@ -72,7 +72,7 @@ def celery_memory_broker():
|
||||
|
||||
Allows django signal code to execute without the need for redis
|
||||
'''
|
||||
settings.CELERY_BROKER_URL='memory://localhost/'
|
||||
settings.BROKER_URL='memory://localhost/'
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user