asteris-llc/converge

View on GitHub
samples/waitPort.hcl

Summary

Maintainability
Test Coverage
wait.port "8080" {
  host         = "localhost"
  port         = 8080
  interval     = "1s"
  max_retry    = 10
  grace_period = "2s"
}