Heroku Dyno/Worker 扩展

发布于 2024-09-06 08:02:46 字数 108 浏览 8 评论 0原文

Heroku 允许您动态添加和删除测功机和工作人员,并根据每个使用次数按秒收费。是否可以设置我的应用程序,以便它可以根据其通过某种heroku api承受的负载添加/删除自身的dynos和worker?

Heroku allows you to add and remove dynos and workers on the fly and charges you per second that each is used. Is it possible to set up my app so that it can add/remove dynos and workers from itself depending on the load it's under via some sort of heroku api?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

万水千山粽是情ミ 2024-09-13 08:02:46

对于扩展worker dynos:

For scaling worker dynos:

别再吹冷风 2024-09-13 08:02:46

如果您不想包含 gem,可以使用一个插件:
https://addons.heroku.com/adept-scale

If you dont want to include a gem, there is an addon for this:
https://addons.heroku.com/adept-scale

世界和平 2024-09-13 08:02:46

截至 2018 年,唯一可自动缩放 Web dynos 和 Worker dynos 的附加组件似乎是 IronWorker。

我没试过,但看起来不错:
https://elements.heroku.com/addons/iron_worker

HireFire 似乎仍然可用,但不能直接作为 Heroku 平台的附加组件。

As of 2018, the only add-on available that autoscales for both web dynos and worker dynos seems to be IronWorker.

I haven't tried it, but looks good:
https://elements.heroku.com/addons/iron_worker

HireFire seems to be still available as well, but not directly as an add-on through Heroku's platform.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文