Click here to Skip to main content
15,867,895 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a service bus queue and a web job listening to this queue. This web job is deployed to run continuously. If the messages in the queue grow , will deploying the multiple instance of the  web job in the same web app to process the messages from the queue cause any issue? my ASP plan is I3:1 and I can not scale out.
Thanks in advance.


What I have tried:

For now I have single instance of webjob running and processing the messages.
Posted
Comments
[no name] 13-Jan-21 10:39am    
Can the queue be processed concurrently?
Member 11644916 13-Jan-21 10:42am    
Yes. It can be processed concurrently.
[no name] 13-Jan-21 12:02pm    
And if you can run multiple instances of "web job", and the job don't have to finish in a particular order, then it's worth a try.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900