Skip to content

Commit

Permalink
fix(staging/infra/redis): use correct connection factory (#3353)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi authored Jan 31, 2024
1 parent 61537ce commit 4a5f5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/aws/staging/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
},
{
"name": "DJANGO_REDIS_CONNECTION_FACTORY",
"value": "core.throttling.UserRateThrottle"
"value": "core.redis_cluster.ClusterConnectionFactory"
},
{
"name": "USER_THROTTLE_CACHE_BACKEND",
Expand Down

0 comments on commit 4a5f5e6

Please sign in to comment.