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
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
您可以使用Heroku 的 RESTful JSON API或众多 API 包装库之一:Ruby、Java、Python。社区还创建了一些其他人。