WebJobs can be scheduled to run
Answers
Answered by
0
Answer:
A web app can time out after 20 minutes of inactivity. Only requests to the actual web app reset the timer. Viewing the app's configuration in the Azure portal or making requests to the advanced tools site don't reset the timer. If your app runs continuous or scheduled . WebJobs, enable Always On to ensure that the WebJobs run reliably. This feature is available only in the Basic, Standard, and Premium pricing tiers .
Answered by
2
A WebJob issued from a NET Core console scheme operates only if triggered or on-demand. You can also refresh the project to run on a schedule or run continuously.
- This feature is accessible only in the Basic, Standard, and Premium pricing tiers. If your application runs constant or scheduled (Timer trigger) WebJobs, Always enable On to assure that the WebJobs operate surely.
Similar questions