Skip to content

Commit

Permalink
Merge pull request #21 from PowerLoom/fix/redis_start
Browse files Browse the repository at this point in the history
hotfix: `redis.exceptions.BusyLoadingError`
  • Loading branch information
xadahiya authored Nov 28, 2024
2 parents 9d923fb + f510c1d commit 4509066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ services:
ports:
- 6379:6379
healthcheck:
test: ["CMD", "redis-cli", "ping"]
test: ["CMD", "sh", "-c", "redis-cli ping | grep -q PONG && ! redis-cli info persistence | grep -q 'loading:1'"]
interval: 10s
timeout: 5s
retries: 3
Expand Down

0 comments on commit 4509066

Please sign in to comment.