mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
db02 -> db01.
This commit is contained in:
parent
8f28e8e52e
commit
7f7887c680
1 changed files with 3 additions and 3 deletions
|
@ -270,8 +270,8 @@ CELERY_QUEUES = {
|
|||
}
|
||||
CELERY_DEFAULT_QUEUE = "update_feeds"
|
||||
BROKER_BACKEND = "redis"
|
||||
BROKER_URL = "redis://db02:6379/0"
|
||||
CELERY_REDIS_HOST = "db02"
|
||||
BROKER_URL = "redis://db01:6379/0"
|
||||
CELERY_REDIS_HOST = "db01"
|
||||
|
||||
CELERYD_PREFETCH_MULTIPLIER = 1
|
||||
CELERY_IMPORTS = ("apps.rss_feeds.tasks", )
|
||||
|
@ -313,7 +313,7 @@ class MasterSlaveRouter(object):
|
|||
# =========
|
||||
|
||||
REDIS = {
|
||||
'host': 'db02',
|
||||
'host': 'db01',
|
||||
}
|
||||
|
||||
# ==================
|
||||
|
|
Loading…
Add table
Reference in a new issue