You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! It's not possible as to use Redis when deploying via "Deploy to Heroku" button in this repo. Redis must be set in addons array in app.json file. And also Procfile must be something like:
So it's possible to run Centrifugo with Redis engine on Heroku but using custom receipt.
Also note that free Heroku dynos go to sleeping mode sometimes so Centrifugo does not feel good in such conditions. Free Heroku instances are perfect for demo and test purposes. I personally used only free dynos and can't say how non-free behave with Centrifugo but as far as I know if application has > 1 dyno it never goes to sleeping mode
Is there anyway to deploy on Heroku with a redis database via the "Deploy to Heroku" button ?
The text was updated successfully, but these errors were encountered: