File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
packages/settings-library/src/settings_library Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ class RedisDatabase(IntEnum):
1818 DISTRIBUTED_IDENTIFIERS = 6
1919 DEFERRED_TASKS = 7
2020 DYNAMIC_SERVICES = 8
21+ CELERY_TASKS = 9
2122
2223
2324class RedisSettings (BaseCustomSettings ):
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ services:
9595 distributed_identifiers:${REDIS_HOST}:${REDIS_PORT}:6:${REDIS_PASSWORD},
9696 deferred_tasks:${REDIS_HOST}:${REDIS_PORT}:7:${REDIS_PASSWORD},
9797 dynamic_services:${REDIS_HOST}:${REDIS_PORT}:8:${REDIS_PASSWORD}
98+ celery_tasks:${REDIS_HOST}:${REDIS_PORT}:9:${REDIS_PASSWORD}
9899 # If you add/remove a db, do not forget to update the --databases entry in the docker-compose.yml
99100 ports :
100101 - " 18081:8081"
Original file line number Diff line number Diff line change @@ -1238,7 +1238,7 @@ services:
12381238 " --loglevel" ,
12391239 " verbose" ,
12401240 " --databases" ,
1241- " 9 " ,
1241+ " 10 " ,
12421242 " --appendonly" ,
12431243 " yes" ,
12441244 " --requirepass" ,
You can’t perform that action at this time.
0 commit comments