是否有可能通过多个Web并发获取heroku上的工作号码?

时间:2016-03-24 18:41:05

标签: heroku concurrency

web_concurrency>是否可以在应用程序中获取Web worker编号? 1。 在日志中,我们有web.1和web.2,例如。 但是如何在应用程序中获取它? 谢谢你。

1 个答案:

答案 0 :(得分:0)

如果你需要的只是当前dyno的索引,那么使用the DYNO environment variable

如果您还需要知道为您的应用配置的动态数据量,请使用Platform API retrieve the formation。 您需要查询的URL是: https://api.heroku.com/apps/your_app_name/formation/web 您需要的字段是"数量"。

请注意,您需要传递authentication token in the authorization header