-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heroku Button #180
Comments
Personally, I'd never do this again... https://blog.alt-three.com/dropping-native-heroku-support/ |
heroku for me is all about disconnection... its not on our infrastructure... its dirt cheap (zero cost if you are having no issues lol) |
On the free tier, you don't (at least didn't get 24/7 availability) which defeats the purpose of a status page... |
In general, I don't find a good practice to monitor your infra using your own infra... |
You get 1000 hours per month on the free tier. Which is much more than you need to monitor another app... |
the only problem with the free tier is the worker (for email) will not work.. |
@freibuis the free tier allows you to use multiple processes now. I have one app running on free tier with sidekiq. |
@marceloboeira wow. didnt know.... 🤔 this could be dangerous :) |
@marceloboeira Here's a fork I hacked together that's deployable using the Heroku button. You can see the PR for more details in what I needed to change |
Since the service is very decoupled from the rest of the infrastructure, it could be nice to be able to start an instance on Heroku (isolated infra) to monitor.
More info at:
https://blog.heroku.com/heroku-button
https://devcenter.heroku.com/articles/heroku-button
The text was updated successfully, but these errors were encountered: