Skip to content

klebervirgilio/simple-healthchecker-go

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published