Skip to content

madnificent/heartbeat-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heartbeat service

This service always returns a status 200 when it can be accessed.

Example

Add the heartbeat-service to your docker-compose.yml.

heartbeat:
  image: madnificent/heartbeat-service

Add the following to your dispatcher.ex

match "/heartbeat/*path" do
  Proxy.forward conn, path, "http://heartbeat/"
end

All calls to /heartbeat will now return a status 200.

About

Heartbeat service for mu.semte.ch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages