Azure WebJob remaining in status of Running for process lasting seconds.

Carl Farmer 1 Reputation point
2019-12-09T13:36:07.493+00:00

I have a set of Azure WebJobs's that are triggered by a ServiceBusTrigger. When triggered, a message from the message queue is processed and .Complete() is called on it to remove it from the queue. Today, all executions are remaining in a status of Running even though the logging we added shows that the message has successfully processed and the function/process should complete as normal. The only change made recently has been to refactor some code so that the units of code are smaller to satisfy code analysis and dependency injection has been moved to its own static class, but there has been no other change to code logic.

Any help appreciated.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,838 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more