Azure WebJob Command Timeout

后端 未结 2 1998
遇见更好的自我
遇见更好的自我 2021-01-01 22:40

We are having issue with Azure Web Jobs. We created a C# console application, zipped it, and created the new Web Job. It\'s a c# console app that will constantly hit one of

2条回答
  •  再見小時候
    2021-01-01 23:07

    For triggered WebJobs the way to increase idle timeout is using the app setting: WEBJOBS_IDLE_TIMEOUT. Set it to your desired timeout in seconds.

    The error is confusing and only refers to idle timeout during deployment.

    https://github.com/projectkudu/kudu/wiki/Web-jobs#configuration-settings

提交回复
热议问题