在 Heroku Cedar 上正确实现 Node.js 工作进程

发布于 2024-11-29 17:32:36 字数 299 浏览 2 评论 0原文

我有一个需要定期运行的进程 - 在 Rails 应用程序上,它将是一个工作进程。 Heroku 上是否有与 Node.js 等效的工具?

我目前正在使用 node-cron 在与我的 Web 应用程序相同的服务器上运行定期进程。这里的问题是:

  • 只有 1 个 Web 进程,当服务器空闲时它不会运行
  • 它会在运行时阻止传入连接
  • 当扩展时,该进程不需要在多个服务器上运行

如果是 Heroku 简单的情况尚未处理此问题,我有兴趣在这里查看其他 Node PAAS 提供商解决方案。

I have a process that needs to be run periodically - on a Rails app, it would be a worker process. Is there an equivalent for node.js on Heroku?

I'm currently using node-cron to run the periodic process on the same server as my web application. Issues here are:

  • With only 1 web process, it won't run when the server idles
  • It will block incoming connections while running
  • When scaling, the process doesn't need to be run on multiple servers

If it is the case that Heroku simply does not yet handle this, I'm interested in seeing other Node PAAS providers solution here.

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

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

发布评论

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

评论(1

征棹 2024-12-06 17:32:36

您一定错过了新的 Heroku Cedar 应用程序,它可以满足您的所有需求 - 阅读更多内容

http:// /devcenter.heroku.com/articles/node-js

you must have missed the new Heroku Cedar app that does all of what you want - read more at

http://devcenter.heroku.com/articles/node-js

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