Delayed Processing of Initial Queue Messages in WebJob: Seeking Solution for Idle Time in Storage Queue
Ajit Soutadekar
1
Reputation point
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?