globocom / functions

DEPRECATED: An Open Source Serverless Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create routes of healthcheck and status

pedrosnk opened this issue · comments

Let's create two routes to monitor properly the server

One is the status route and the other one is the healthcheck route where the healthcheck route will check if the webserver is up with some their dependencies up also (e.g redis). The status routes will try to be more descriptive about the service and their dependencies

This issue received another contribution (255c7ef) from @pedrosnk.

It's ready.