mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
wait for 5 mins
This commit is contained in:
parent
28f857a00b
commit
fefbfe7c7f
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ log =====================
|
|||
cd ../model_server
|
||||
poetry install
|
||||
log starting model server
|
||||
log =====================
|
||||
poetry run archgw_modelserver restart &
|
||||
cd -
|
||||
|
||||
|
|
@ -31,7 +32,7 @@ log starting the arch gateway service
|
|||
log =================================
|
||||
docker compose down
|
||||
log waiting for model service to be healthy
|
||||
wait_for_healthz "http://localhost:51000/healthz" 60
|
||||
wait_for_healthz "http://localhost:51000/healthz" 300
|
||||
docker compose up -d
|
||||
log waiting for arch gateway service to be healthy
|
||||
wait_for_healthz "http://localhost:10000/healthz" 60
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue