我如何 运行 Azure 上的 Sidekiq?

How do I run Sidekiq on Azure?

我在 Rails 上有一个 Ruby 应用程序与 Sidekiq。我 运行 它在 Heroku 上使用了多年,用于 Web 服务器的 web dynos 和用于 Sidekiq 的 worker dynos (https://devcenter.heroku.com/articles/background-jobs-queueing)。

我设法使 Web 服务器在 Azure 上运行,非常简单。

我现在无法让 Sidekiq 在 Azure 上运行。 Azure 上似乎不存在工作者的概念(由 Heroku 定义)。

这是我到目前为止所做的:

有没有人设法让 sidekiq 在 Azure 上运行? 谢谢!

https://github.com/arturictus/sidekiq_alive 解决了 Container didn't respond to HTTP pings on port: XXXX 问题!