Azure WebJob automatically gets aborted

dolcetheking

I have a a WebJob project developed in .NET C#, which I deploy on Azure through Visual Studio 2015. The WebJob is scheduled with CRON "0 0 7 1 * *" (to run at 1st day of the every month at 7am) on the settings.job file. After it is deployed and running, on the log keep getting the singleton lock message every 30 seconds:

"[11/02/2016 20:29:52 > 21cce2: INFO] Renewing Singleton lock....."

So everything looks good, but after couple of hours the webjob gets automatically aborted on Azure Portal, without doing any changes to the web app or the webjob itself.

What can be the reason and how can I avoid this with C# ?

Tom Sun - MSFT

the web app is always on.

Does it mean that Always On is turned on in Azure Portal? By default, it is turned off. If we don’t turn it Always On, WebJob may abort in idle for some period of time. Web apps are unloaded if they are idle for some period of time. This lets the system conserve resources. Please have a try to set Always On to keep the app loaded all the time. More please refer to the screenshot.

enter image description here

If the Always On is turned on, and always get the WebJob aborted ,please have a try to install Crash Diagnoser to catch crashed info. More info about Crash Diagnoser,please refer to link.

enter image description here

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Azure WebJob Application Insight

分類Dev

Azure WebJob Application Insight

分類Dev

Old Azure WebJob logs

分類Dev

.NET CoreのAzure WebJob

分類Dev

Azure Webjob failing Exit Code -1073740940

分類Dev

Azure WebJob- QueueTrigger Staging and Production

分類Dev

Azure triggered webjob not triggering when there are message in azure service bus

分類Dev

Whisper simulator for RISC-V: C++ Program either gets caught in infinite loop or get aborted

分類Dev

Why does my continuous azure webjob run the function twice?

分類Dev

Azure Webjob: C# - The Autodiscover service couldn't be located error

分類Dev

Azure WebJobを作成しますか?

分類Dev

Query value gets quoted automatically before sending it to MongoDB?

分類Dev

Azure Data LakeStoreとWebJob / Azure関数を使用したAzureSQL

分類Dev

Azure DevOps Build Pipeline - A failed build still gets deployed to Azure

分類Dev

Azure WebJobが有効な(?)CRON式を受け入れない

分類Dev

AzureポータルでWebJobを作成できません

分類Dev

手動で作成したWebJobをAzureに公開する方法

分類Dev

.net core azure WebJob 3.0.3UseTimersがありません

分類Dev

webJob @ azureによるスケジュールされた再起動

分類Dev

Azure WebJob-QueueTriggerのステージングと本番

分類Dev

azure-webjobs-sdk-extensionsとトリガーされたWebjob

分類Dev

Azure C# Webjob TimeTriggerが起動しない

分類Dev

以前のWebJobがまだ実行されている場合、Azure Scheduled WebJobは開始されますか?

分類Dev

How often are Azure WebApps automatically patched?

分類Dev

Laravel LogOut not working, user gets automatically logged in after requesting secure route

分類Dev

Azure WebJobの "保留中の再起動"とはどういう意味ですか?

分類Dev

AzureのWebJobからのSQLデータベースアクセス

分類Dev

Azure WebJob QueueTrigger取得後のDeleteMessageはどのようになっていますか?

分類Dev

AzureはWebJobのスケジュール設定を無視しています

Related 関連記事

  1. 1

    Azure WebJob Application Insight

  2. 2

    Azure WebJob Application Insight

  3. 3

    Old Azure WebJob logs

  4. 4

    .NET CoreのAzure WebJob

  5. 5

    Azure Webjob failing Exit Code -1073740940

  6. 6

    Azure WebJob- QueueTrigger Staging and Production

  7. 7

    Azure triggered webjob not triggering when there are message in azure service bus

  8. 8

    Whisper simulator for RISC-V: C++ Program either gets caught in infinite loop or get aborted

  9. 9

    Why does my continuous azure webjob run the function twice?

  10. 10

    Azure Webjob: C# - The Autodiscover service couldn't be located error

  11. 11

    Azure WebJobを作成しますか?

  12. 12

    Query value gets quoted automatically before sending it to MongoDB?

  13. 13

    Azure Data LakeStoreとWebJob / Azure関数を使用したAzureSQL

  14. 14

    Azure DevOps Build Pipeline - A failed build still gets deployed to Azure

  15. 15

    Azure WebJobが有効な(?)CRON式を受け入れない

  16. 16

    AzureポータルでWebJobを作成できません

  17. 17

    手動で作成したWebJobをAzureに公開する方法

  18. 18

    .net core azure WebJob 3.0.3UseTimersがありません

  19. 19

    webJob @ azureによるスケジュールされた再起動

  20. 20

    Azure WebJob-QueueTriggerのステージングと本番

  21. 21

    azure-webjobs-sdk-extensionsとトリガーされたWebjob

  22. 22

    Azure C# Webjob TimeTriggerが起動しない

  23. 23

    以前のWebJobがまだ実行されている場合、Azure Scheduled WebJobは開始されますか?

  24. 24

    How often are Azure WebApps automatically patched?

  25. 25

    Laravel LogOut not working, user gets automatically logged in after requesting secure route

  26. 26

    Azure WebJobの "保留中の再起動"とはどういう意味ですか?

  27. 27

    AzureのWebJobからのSQLデータベースアクセス

  28. 28

    Azure WebJob QueueTrigger取得後のDeleteMessageはどのようになっていますか?

  29. 29

    AzureはWebJobのスケジュール設定を無視しています

ホットタグ

アーカイブ