server.web.api

Functions

get_app(→ flask.Flask)

Get a flask app based on the config. If no config is provided, defaults are used.

Module Contents

server.web.api.get_app(config: jobmon.core.configuration.JobmonConfig | None = None) flask.Flask[source]

Get a flask app based on the config. If no config is provided, defaults are used.

Parameters:

config – The jobmon config to use when creating the app.