Last active
December 12, 2015 09:58
-
-
Save ivanacostarubio/4755041 to your computer and use it in GitHub Desktop.
A wish!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #################### | |
| # Multi App Dynos | |
| #################### | |
| Recently @hirodusk tweeted - http://cl.ly/image/2s1X0E351v29 - about a prototype they've been working on to bring visibility to their dynos idling behavior. He got me thinking. | |
| What about if we can have a different Dyno that can be share between apps? So far, I've been able to acomplish something similar to this by having a bunch of different sinatra apps and mapping them to different URLS. All this under the same Git repo and Heroku app. This approach is all good if all the sinatra apps are related somehow, but it brakes if they apps are unrelated because you don't want them all in the same repository. | |
| I would love to pay Heroku for 5 Dynos and have them serve 10 different apps. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment