Delayed Processing of Initial Queue Messages in WebJob: Seeking Solution for Idle Time in Storage Queue

Ajit Soutadekar 1 Reputation point
2023-10-30T10:13:54.4366667+00:00
    I have an App Service: AppService1
	Service Plan: AppService-Dev-SP (B1: 1)
	Configuration->General Settings -> Always On is selected.

	I have a Webjob in this service: AppSubscribers
	It picks messages from Queue Storage: AppStoragedev

	ISSUE:
	The 1st message which webjob picks from queue storage- takes 10-20  secs to process.
	Subsequent messages are being processed as expected.
	Maybe the Storage queue is going in Idle mode. 
	Need help

	Need Solution:
	Can you please suggest a suitable solution to handle this idle time in the storage queue?
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,075 questions
{count} votes