Skip to content

Commit

Permalink
change ready thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Apr 11, 2024
1 parent 5866e18 commit aeb8783
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,11 @@ processes:
command: docker run -p 127.0.0.1:6379:6379 eqalpha/keydb --requirepass changeme!
readiness_probe:
exec:
command: keydb-cli --pass changemeplease!! --raw incr PING
failure_threshold: 100
command: keydb-cli --pass changemeplease!! --raw incr PING
initial_delay_seconds: 5
period_seconds: 5
timeout_seconds: 4
failure_threshold: 20

# The CDN system's main entry point; where users contact first.
marshal_0:
Expand Down

0 comments on commit aeb8783

Please sign in to comment.