feat(snuba): Remove redundant UWSGI settings (#408)
These became obsolete after getsentry/snuba#825
This commit is contained in:
parent
335016ce24
commit
3e8ed1a680
@ -34,15 +34,8 @@ x-snuba-defaults: &snuba_defaults
|
|||||||
CLICKHOUSE_HOST: clickhouse
|
CLICKHOUSE_HOST: clickhouse
|
||||||
DEFAULT_BROKERS: 'kafka:9092'
|
DEFAULT_BROKERS: 'kafka:9092'
|
||||||
REDIS_HOST: redis
|
REDIS_HOST: redis
|
||||||
# TODO: Remove these after getsentry/snuba#353
|
|
||||||
UWSGI_MAX_REQUESTS: '10000'
|
UWSGI_MAX_REQUESTS: '10000'
|
||||||
UWSGI_DISABLE_LOGGING: 'true'
|
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:
|
services:
|
||||||
smtp:
|
smtp:
|
||||||
<< : *restart_policy
|
<< : *restart_policy
|
||||||
|
Reference in New Issue
Block a user