mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
[dsmp] Add RedisStreamManager and connect to dsmp redis instance (#27262)
* [dsmp] moved redis functions to RedisStreamManager * update env variables * use getEventStream generator function * improve error handling GitOrigin-RevId: 0e4858bb9a49693664cc472179e838a4d81041a8
This commit is contained in:
committed by
Copybot
parent
422e892231
commit
874a6a612b
@@ -13,6 +13,7 @@ MONGO_URL=mongodb://mongo/sharelatex?directConnection=true
|
|||||||
NOTIFICATIONS_HOST=notifications
|
NOTIFICATIONS_HOST=notifications
|
||||||
PROJECT_HISTORY_HOST=project-history
|
PROJECT_HISTORY_HOST=project-history
|
||||||
QUEUES_REDIS_HOST=redis
|
QUEUES_REDIS_HOST=redis
|
||||||
|
DSMP_REDIS_HOST=redis
|
||||||
REALTIME_HOST=real-time
|
REALTIME_HOST=real-time
|
||||||
REDIS_HOST=redis
|
REDIS_HOST=redis
|
||||||
SESSION_SECRET=foo
|
SESSION_SECRET=foo
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ CLEANUP_MONGO=true
|
|||||||
REDIS_HOST=127.0.0.1
|
REDIS_HOST=127.0.0.1
|
||||||
REDIS_DB=5
|
REDIS_DB=5
|
||||||
QUEUES_REDIS_HOST=127.0.0.1
|
QUEUES_REDIS_HOST=127.0.0.1
|
||||||
|
DSMP_REDIS_HOST=127.0.0.1
|
||||||
PUBSUB_REDIS_HOST=127.0.0.1
|
PUBSUB_REDIS_HOST=127.0.0.1
|
||||||
RATELIMITER_REDIS_HOST=127.0.0.1
|
RATELIMITER_REDIS_HOST=127.0.0.1
|
||||||
GCLOUD_2_REDIS_HOST=127.0.0.1
|
GCLOUD_2_REDIS_HOST=127.0.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user