Skip to content

Inital Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jskswamy jskswamy released this 07 Feb 15:46
· 97 commits to master since this release

Initial release of dobby which supports

  • Health check /health
  • Version /version (based on ENV VERSION)
  • Readiness probe failure (On boot) (based on ENV READY=true|false)
  • PUT /state/{sick|healthy}
    • crash - Panic immediately
    • sick - /health should give 500 Internal Server Error
    • healthy - /health should respond 200 OK