Right now I have a web work that is Continuos with "Always On". This webjob listens for queue messages and performs actions. Everything works fine, but I have to pay every minute when the web job listens for commands, right?
I saw that you can also start web work on demand, but I did not find example code on how to complete a web task on demand.
Reference Information. I run a web crawler inside a web job that gets the URL that should be crawled from the message queue. I would like to minimize costs.
How can I do an on-demand web task from my ASP.NET website?
thanks
jimbo source share