File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
web/server/tests/unit/with_dbs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ services:
9292 scheduled_maintenance:${REDIS_HOST}:${REDIS_PORT}:3:${REDIS_PASSWORD},
9393 user_notifications:${REDIS_HOST}:${REDIS_PORT}:4:${REDIS_PASSWORD},
9494 announcements:${REDIS_HOST}:${REDIS_PORT}:5:${REDIS_PASSWORD},
95- distributed_identifiers :${REDIS_HOST}:${REDIS_PORT}:6:${REDIS_PASSWORD},
95+ long_running_tasks :${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}
9898 celery_tasks:${REDIS_HOST}:${REDIS_PORT}:9:${REDIS_PASSWORD}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ services:
8282 scheduled_maintenance:redis:6379:3:${TEST_REDIS_PASSWORD},
8383 user_notifications:redis:6379:4:${TEST_REDIS_PASSWORD},
8484 announcements:redis:6379:5:${TEST_REDIS_PASSWORD},
85- distributed_identifiers :redis:6379:6:${TEST_REDIS_PASSWORD},
85+ long_running_tasks :redis:6379:6:${TEST_REDIS_PASSWORD},
8686 deferred_tasks:redis:6379:7:${TEST_REDIS_PASSWORD}
8787 ports :
8888 - " 18081:8081"
You can’t perform that action at this time.
0 commit comments