自动缩放连续 Azure WebJobs 不起作用

Autoscaling continuous Azure WebJobs not working

我在一个扩展到两到三个大型实例的 Azure 网站上设置了一些连续的 Web 作业(始终打开的标准模式)。我的工作只在 w3wp 进程之一上 运行。我需要这些来横向扩展,但它们不会。我看过一些视频并阅读了文档。我没有 settings.job 文件或任何应该限制这些的设置。

这是我的 job runner

的来源

"Note that when using the Kudu UI, you are connection to a single instance, and won't see processes from other instances. Try using the Processes UI built in the Preview Portal, which shows processes in all instances. I think you'll find that your WebJobs are running everywhere." @DavidEbbo