RFR: bot: add liveness handler

Erik Helin ehelin at openjdk.java.net
Wed May 12 19:38:15 UTC 2021


Hi all,

please review this patch that adds a liveness handler to the bot runner's HTTP server. The liveness handler, typically acting on the `/healthz` path, returns `200` if everything is well and `500` otherwise.

Thanks,
Erik

-------------

Commit messages:
 - bot: add liveness handler

Changes: https://git.openjdk.java.net/skara/pull/1155/files
 Webrev: https://webrevs.openjdk.java.net/?repo=skara&pr=1155&range=00
  Stats: 64 lines in 3 files changed: 63 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/skara/pull/1155.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/1155/head:pull/1155

PR: https://git.openjdk.java.net/skara/pull/1155


More information about the skara-dev mailing list