Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 464 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 464 Bytes

Healthcheck for HTTP Flow

Start a Flow with HTTP protocol

jina flow --uses flow.yml

Check if the Flow is healthy

Healthy Flow
go run main.go --host localhost:12345
Flow running at localhost:12345 is healthy!
Unhealthy Flow
go run main.go --host localhost:12346
panic: failed to check health: Get "http://localhost:12346": dial tcp 127.0.0.1:12346: connect: connection refused