Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: make sequencer incal waits for healthy topos-node #65

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions subnet-incal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ services:
- incal-data:/data
- ./node_config/node/sequencer-incal/config.toml:/tmp/node_config/node/sequencer-incal/config.toml
depends_on:
topos-node-1:
condition: service_healthy
topos-node-2:
condition: service_healthy
topos-node-3:
condition: service_healthy
topos-node-4:
condition: service_healthy
contracts-topos:
Expand Down
2 changes: 1 addition & 1 deletion subnet-topos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
./topos node status --node http://localhost:1340
/data/polygon-edge status | grep 'Current Block Number (base 10) = .[0-9]*'
interval: 5s
start_period: 1s
start_period: 10s
retries: 10
depends_on:
topos-init:
Expand Down
Loading