Health handler¶
Health Handler
Module realizes healthcheck handler.
- class luna_tasks.crutches_on_wheels.web.health_handler.HealthCheckHandler(request)[source]¶
Handler for health check
- property app: LunaApplication¶
Get application :returns: running application
- Return type:
LunaApplication
- property config¶
Get running application config :returns: running application config
- class luna_tasks.crutches_on_wheels.web.health_handler.HealthCheckRedirectHandler(request)[source]¶
Redirect handler.
- property app: LunaApplication¶
Get application :returns: running application
- Return type:
LunaApplication
- property config¶
Get running application config :returns: running application config