hasura / graphql-engine-heroku

Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
https://hasura.io
231 stars 233 forks source link

Can Hasura be autoscaled on Heroku? #62

Closed DominikGuzei closed 4 years ago

DominikGuzei commented 4 years ago

Hey 👋 first i want to say thanks for this amazing project 🥇

Im currently starting a new project and would like to keep the necessary devops to a minimum, so i thought to setup Hasura on Heroku … thinking about the future it would be a dream if i could just scale the heroku dynos to multiple instances - but would that work? And if not automatically, what would be necessary to achieve that (if possible)?

joserocha3 commented 4 years ago

I am hosting Hasura on Heroku. I am using standard dynos, so I do not get the autoscale option. However, I am able to manually add/remove dynos as needed.

This issue mentions autoscaling with Heroku as well.