mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
fix flake on redis-sentinel by depending on redis container / step. (#1748)
* fix: flake on redis-sentinel by depending on redis container / step. Signed-off-by: Manu Gupta <manugupt1@gmail.com> * Add retries in an attempt to reduce the number of flakes Also; update go-redis. Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
This commit is contained in:
@@ -90,6 +90,8 @@ services:
|
||||
- REDIS_SENTINEL_QUORUM=1
|
||||
ports:
|
||||
- 26379:26379
|
||||
depends_on:
|
||||
- "redis"
|
||||
protectedredis:
|
||||
image: redis
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user