Best practices for cron style work tasks on ASP.NET MVC / Azure?

Every day I want to send to all my users who have registered but have not completed a specific task.

What is the best structure to solve this problem on the .NET MVC / Windows Azure platform?

From the world of OS / Linux, I would write a program and plan to run it daily through crontab.

+4
source share
4 answers

At least for the planning part, you can take a peek at Windows Azure Scheduler Service, announced not so long ago. Using this service, you can call an HTTP / HTTPS web endpoint to queue a message at a scheduled interval.

. , , - - Windows Azure.

+4

Azure . " "

+2

Azure Mobile Services node.js(. http://www.windowsazure.com/en-us/develop/mobile/tutorials/schedule-backend-tasks/). npm, , Azure, . , , , Azure SendGrid, -.

0

All Articles