Git Product home page Git Product logo

Comments (5)

geemus avatar geemus commented on June 13, 2024

@vince - that message isn't very helpful since it is CLI specific, but heroku.rb should be able to do it. You can see how it works in the CLI here fwiw: https://github.com/heroku/heroku/blob/master/lib/heroku/command/ps.rb#L191. Long story short, what you want is post_ps_scale(app, process, amount). Let me know if you have any further issues. Thanks!

from heroku.rb.

vince avatar vince commented on June 13, 2024

@geemus It's the message back from the heroku service; it's not my fault that its not helpful. Are you misunderstanding that I'm trying to scale dynos and not the workers? Possibly I'm not sure what to enter for "process" to scale a worker.

from heroku.rb.

geemus avatar geemus commented on June 13, 2024

@vince - Sorry, by no means did I think or mean that it was your fault that wasn't helpful. It is just bad messaging for non-CLI, which is what it is. I was also totally mistunderstanding the worker vs dyno/process scaling portion of this, so again, apologies. I believe you can use that code and use the special value workers for the process along with the app in question in quantity to get what you want.

from heroku.rb.

vince avatar vince commented on June 13, 2024

@geemus Thanks - actually it ended up being 'worker':

heroku_client.post_ps_scale(APP_NAME 'worker', NUM_WORKERS)

Might want to stick that in the README, else happy to fork and submit a pull request with that change. Let me know.

from heroku.rb.

geemus avatar geemus commented on June 13, 2024

@vince - a pull request would be awesome if you are up for it. Thanks!

from heroku.rb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.