From ea3bc3cfd9e451f7ddba0ae493e8531e86b039f6 Mon Sep 17 00:00:00 2001 From: Gagan Trivedi Date: Mon, 5 Feb 2024 20:14:35 +0530 Subject: [PATCH] fix(revert): "feat(rate-limit): enable rate limit in production (#3362)" (#3381) --- .../aws/production/ecs-task-definition-web.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/infrastructure/aws/production/ecs-task-definition-web.json b/infrastructure/aws/production/ecs-task-definition-web.json index df8ad1c23eff..9bddfe41bda4 100644 --- a/infrastructure/aws/production/ecs-task-definition-web.json +++ b/infrastructure/aws/production/ecs-task-definition-web.json @@ -178,22 +178,6 @@ { "name": "PIPEDRIVE_IGNORE_DOMAINS", "value": "flagsmith.com,solidstategroup.com,restmail.net,bullettrain.io,flagsmithe2etestdomain.io" - }, - { - "name": "DEFAULT_THROTTLE_CLASSES", - "value": "core.throttling.UserRateThrottle" - }, - { - "name": "DJANGO_REDIS_CONNECTION_FACTORY", - "value": "core.redis_cluster.ClusterConnectionFactory" - }, - { - "name": "USER_THROTTLE_CACHE_BACKEND", - "value": "django_redis.cache.RedisCache" - }, - { - "name": "USER_THROTTLE_CACHE_LOCATION", - "value": "rediss://serverless-redis-cache-c4q8sw.serverless.euw2.cache.amazonaws.com:6379" } ], "secrets": [