Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 460 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 460 Bytes

Simple Go Heathchecher

This project was created to show how a Rubyist can get up to speed with Go.

Simulates a scenario where services are down

# run healthcheck serial
$ make failed-scenario
# run healthcheck in parallel
$ make parallel-failed-scenario

Simulates a scenario where all services are up and running

# run healthcheck serial
$ make success-scenario
# run healthcheck in parallel
$ make parallel-success-scenario