Skip to content

Commit

Permalink
change process compose health timing
Browse files Browse the repository at this point in the history
  • Loading branch information
musitdev committed Aug 20, 2024
1 parent 5736e7c commit 9262c1c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ jobs:

- name: Run Indexer tests in nix environment
# adjust the log level while debugging
run: CELESTIA_LOG_LEVEL=FATAL nix develop --command bash -c "just suzuka-full-node native build.eth-local.celestia-local.indexer.hasura.indexer-test -t=false"
run: CELESTIA_LOG_LEVEL=FATAL nix develop --command bash -c "just suzuka-full-node native build.celestia-local.indexer.hasura.indexer-test -t=false"

16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docker/compose/suzuka-indexer/docker-compose.hasura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
test: ["CMD", "curl", "-f", "http://localhost:8081/api/v1/athena/health"]
interval: 5s
timeout: 10s
retries: 5
start_period: 5s
retries: 8
start_period: 8s
volumes:
db_data:
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ processes:
indexer:
condition: process_healthy
readiness_probe:
initial_delay_seconds: 20
initial_delay_seconds: 30
exec:
command: curl http://localhost:8085/console/

0 comments on commit 9262c1c

Please sign in to comment.