I have an ASP.NET MVC application and I will need to execute a task every one minute.
The task is:
-> Go to database
-> Check from Table 1 if a record has value = "something"
-> Perform a task in my web application(submit content to a website)
-> Update Record in Table 2
-> Delete item from Table 1
-> Repeat
I'm thinking of building a desktop application so I can have more control over it and use some kind of library or Windows Scheduler for executing this task every minute.
I've found out about Quartz.NET library and using it on web applications and it seems cool but I'm a little concerned on using a scheduler in a web application.
What are your opinions?
Thanks
Invoke-Requestcommand -- serverfault.com/a/829328