Skip db preload on healtchcheck requests #310

Merged
jgroman merged 1 commit from fix/297-skip-db-preload-on-healthcheck-requests into develop 2026-05-26 08:03:46 +00:00

1 commit

Author SHA1 Message Date
0825933f91 Skip db preload on healtchcheck requests
Some checks failed
Run tests and linters / test (pull_request) Successful in 3m3s
Run tests and linters / lint (pull_request) Failing after 2s
Every web request triggers a db query to preload app header data. In case of health checks
we do not need to preload anything and can safely skip the @app.before_request.

Fixes #310
2026-05-26 09:49:53 +02:00