asgi: ignore lifespan requests, remove healthcheck events from sentry
This commit is contained in:
@ -5,7 +5,6 @@ import structlog
|
||||
|
||||
bind = "0.0.0.0:8000"
|
||||
workers = multiprocessing.cpu_count() * 2 + 1
|
||||
workers = 1
|
||||
|
||||
user = "passbook"
|
||||
group = "passbook"
|
||||
|
||||
Reference in New Issue
Block a user