diff --git a/infrastructure/aws/staging/ecs-task-definition-web.json b/infrastructure/aws/staging/ecs-task-definition-web.json index 6a6bbbec5b54..5459af0e0ce3 100644 --- a/infrastructure/aws/staging/ecs-task-definition-web.json +++ b/infrastructure/aws/staging/ecs-task-definition-web.json @@ -173,7 +173,7 @@ }, { "name": "DJANGO_REDIS_CONNECTION_FACTORY", - "value": "core.throttling.UserRateThrottle" + "value": "core.redis_cluster.ClusterConnectionFactory" }, { "name": "USER_THROTTLE_CACHE_BACKEND",