bartender.web.api.monitoring.views#

Attributes#

Functions#

health_check(→ None)

Checks the health of a project.

Module Contents#

bartender.web.api.monitoring.views.router#
async bartender.web.api.monitoring.views.health_check(session: bartender.db.dependencies.CurrentSession) None#

Checks the health of a project.

It returns 200 if the project is healthy.

Parameters:

session (bartender.db.dependencies.CurrentSession) – SQLAlchemy session.

Return type:

None