swh.core.api.gunicorn_config module#

Default values for gunicorn’s configuration.

Other packages may override them by importing * from this module and redefining functions and variables they want.

May be imported by gunicorn using –config ‘python:swh.core.api.gunicorn_config’.

swh.core.api.gunicorn_config.post_fork(server, worker, *, default_sentry_dsn=None, flask=True, sentry_integrations=None, extra_sentry_kwargs={}, disable_logging_events=True)[source]#