From 3e8ed1a6805eef6b2730cb8ee3b7ebe2dc388d24 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Thu, 12 Mar 2020 17:40:02 +0300 Subject: [PATCH] feat(snuba): Remove redundant UWSGI settings (#408) These became obsolete after getsentry/snuba#825 --- docker-compose.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2b69141..4a87fdc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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