Skip to content

Latest commit

 

History

History
 
 

http

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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