2
0

feat(snuba): Remove redundant UWSGI settings (#408)

These became obsolete after getsentry/snuba#825
This commit is contained in:
Burak Yigit Kaya 2020-03-12 17:40:02 +03:00 committed by GitHub
parent 335016ce24
commit 3e8ed1a680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,15 +34,8 @@ x-snuba-defaults: &snuba_defaults
CLICKHOUSE_HOST: clickhouse
DEFAULT_BROKERS: 'kafka:9092'
REDIS_HOST: redis
# TODO: Remove these after getsentry/snuba#353
UWSGI_MAX_REQUESTS: '10000'
UWSGI_DISABLE_LOGGING: 'true'
UWSGI_ENABLE_THREADS: 'true'
UWSGI_DIE_ON_TERM: 'true'
UWSGI_NEED_APP: 'true'
UWSGI_IGNORE_SIGPIPE: 'true'
UWSGI_IGNORE_WRITE_ERRORS: 'true'
UWSGI_DISABLE_WRITE_EXCEPTION: 'true'
services:
smtp:
<< : *restart_policy