Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
BROKER_URL is deprecated in favour of CELERY_BROKER_URL
  • Loading branch information
Hisham waleed karam committed Jul 23, 2018
1 parent 02ae1b8 commit 2decdaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,8 @@
else:
_BROKER_URL = LOCAL_SIGNALS_BROKER_URL

BROKER_URL = _BROKER_URL
# Note:BROKER_URL is deprecated in favour of CELERY_BROKER_URL
CELERY_BROKER_URL = _BROKER_URL

CELERY_RESULT_PERSISTENT = False

Expand Down

0 comments on commit 2decdaa

Please sign in to comment.