Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Sep 27, 2023
1 parent daf9b47 commit 6b0536b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/com/github/jlangch/venice/cargo.venice
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
(if (d/container-exists-with-name? cname)
(if (d/container-running-with-name? cname)
(log "docker container already running.")
(start-container cname log))
(run-container cname repo version publish envs args log))
(start-container cname log wait-after-start-secs))
(run-container cname repo version publish envs args log wait-after-start-secs))

;; check for successful startup log message (max wait 30s)
(if ready?
Expand Down

0 comments on commit 6b0536b

Please sign in to comment.