Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 417 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 417 Bytes

Watchdog

A very simple example of a watchdog microservice in Go.

To build:

make

This will produce watchdog and example binaries. Run watchdog in the backgroudnd, then example.

$ ./watchdog&
$ ./example

example will register itself with watchdog and then exit. watchdog will restart example (which will simply exit) endlessly. You can observe this behavior in watchdog.log