I have written a web job in my project. I am using continuous WEBJOBS for queue trigger. web job is working properly but some time it is giving two output for one queue. I think one queue is running multiple times.
Previously I am using TRIGERED WEBJOB but they are aborting automatically. so i converted to continuous triggered WEBJOB but now facing this issue any suggestion.