Skip to content

Commit

Permalink
depend on keydb being healthy
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Apr 11, 2024
1 parent bad444a commit 5866e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ processes:
command: cdn-marshal -d "redis://:changeme!@localhost:6379" -b $ESPRESSO_CDN_SERVER_PORT --metrics-enabled --metrics-port 9093
depends_on:
keydb:
condition: process_started
condition: process_healthy
readiness_probe:
http_get:
scheme: http
Expand All @@ -268,7 +268,7 @@ processes:
command: cdn-broker -d "redis://:changeme!@localhost:6379" --metrics-enabled --metrics-port 9091
depends_on:
keydb:
condition: process_started
condition: process_healthy
readiness_probe:
http_get:
scheme: http
Expand All @@ -290,7 +290,7 @@ processes:
--metrics-port 9092
depends_on:
keydb:
condition: process_started
condition: process_healthy
readiness_probe:
http_get:
scheme: http
Expand Down

0 comments on commit 5866e18

Please sign in to comment.