2

Is there a way to run command "heroku ps" via the Heroku API? I am interested in knowing how long a particular worker has been running.

For example I want to get this output: urgent.1: up for 2h

4

1 回答 1

1

您可以使用Heroku 的 RESTful JSON API或众多 API 包装库之一:RubyJavaPython。社区还创建了一些其他人。

于 2012-06-28T12:16:16.883 回答