From 40a748dcfcb3caef4d8e7c3500811473ccfd1b7a Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 14 Sep 2023 21:58:46 +0100 Subject: [PATCH] Chore: Switch to our Redis provider to Heroku Because: * To bump Sidekiq on the latest version, we need an up to date version of Redis too. --- app.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app.json b/app.json index 2e696b7b71..53465067fc 100644 --- a/app.json +++ b/app.json @@ -13,10 +13,7 @@ ], "addons": [ "heroku-postgresql:mini", - { - "plan": "rediscloud:30", - "as": "REDIS" - } + "heroku-redis:mini" ], "env": { "STAGING": {