-
We currently use slackin so that users can auto-invite their email address to Slack:
https://github.com/rauchg/slackin
It is deployed on a free node on heroku, but we have too much trafic:
"Y…
-
Hi @Nasicus , I just got an email from Heroku about this: https://help.heroku.com/RSBRUH58/removal-of-heroku-free-product-plans-faq
and immediately thought about your app. Is it using a free dyno? if…
-
### Required Terms
- [X] I agree to follow this project's [Code of Conduct](https://github.com/heroku/roadmap/blob/main/CODE_OF_CONDUCT.md)
- [X] I have read and accept the [Salesforce Program Agreem…
-
We should do this
Nice incentive to not be spammy for the bot
-
Just want to leave this here: this buildpack is incompatible with the new in-dyno variant of `heroku-postgresql` addon for Heroku CI. So in your app.json, you have to use the standard
` "addon…
-
``` ruby
heroku = Heroku::API.new(:api_key => API_KEY)
heroku.put_formation(APP_NAME, 'web' => 'Free')
heroku.post_ps_scale(APP_NAME, 'web' , 1)
Error: body: "{\"id\":\"invalid_params\",\"error\":\…
-
Many users of Megasquirt and other efi systems use the virtual dyno software ( http://www.virtualdyno.net/ ) to obtain fairly good estiamtes of torque and horsepower. Virtual Dyno is a great tool for …
-
This is a question.
I suppose nothing prevents me to have cluster, let say 3 nodes with the same token range ( 3 copies ), behind LB and use resulting DNS as an access point.
Trying to understan…
-
I recently migrated from `rails_autoscale_agent` to `rails-autoscale-web` with `rails-autoscale-sidekiq`. I've been testing the update in my development environment to ensure things are working proper…
-
`client.app('app-name').dynos.scale('process-type', quantity, callback)` send **patch** request with no body, so dynos don't scale.