server.web.routes
Routes used by task instances on worker nodes.
Submodules
Attributes
Functions
|
Action that sends a response to the requester indicating that responder is listening. |
|
Get the time from the database. |
|
Test connectivity to the database. |
|
Test route to force a 500 error. |
Package Contents
- server.web.routes.logger
- server.web.routes.is_alive() Any
Action that sends a response to the requester indicating that responder is listening.
- server.web.routes.get_pst_now(session: sqlalchemy.orm.Session) Any
Get the time from the database.
- server.web.routes.health(session: sqlalchemy.orm.Session) Any
Test connectivity to the database.
Return 200 if everything is OK. Defined in each module with a different route, so it can be checked individually.