asgi: ignore lifespan requests, remove healthcheck events from sentry

This commit is contained in:
Jens Langhammer
2020-09-06 16:51:50 +02:00
parent 219e16f8e5
commit bf4763d946
3 changed files with 8 additions and 3 deletions

View File

@ -5,7 +5,6 @@ import structlog
bind = "0.0.0.0:8000"
workers = multiprocessing.cpu_count() * 2 + 1
workers = 1
user = "passbook"
group = "passbook"