Is is possible for two apps on the same heroku account to access the same RedisToGo Server? We have two apps that both need web access but have very different structures. So they can't be dyno types in the same app - but it would be really nice if one could queue jobs via Redis for the other to do.
Maximum number of apps Unverified accounts can create at most 5 apps. Verified accounts can create no more than 100 apps.
A 'Free' tier Heroku account allows up to 5 apps.
Direct from the Heroku dev center: A single-threaded, non-concurrent framework like Rails can process one request at a time. For an app that takes 100ms on average to process each request, this translates to about 10 requests per second per dyno.
Maximize your free platform services Get 1000 free dyno hours by verifying your Heroku account with a credit card; unverified accounts receive 550 free hours. You will not be charged, unless you decide to use a paid service.
Yes, just use heroku config
on the app that has redistogo in it and look for the REDISTOGO_URL config variable and then copy the value and then create a heroku config variable in the second app setting the same value
heroku config:add REDISTOGO_URL=<value_from_app_a>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With