Hi
(Sorry, if this is a silly question or in the wrong place..)
I'm new to Umbraco having inherited a site in v4.10.1 running on Azure. I'm familiar with many of the concepts (having worked with SharePoint) but am busy getting up to speed.
My requirement:
I need to run some code ever 14 days.
In SharePoint I would create a Job and schedule it. Is there a similar concept in Umbraco? or am I looking in the wrong place? Should I be creating an Azure Worker Role?
Scheduled Timer Job
Hi (Sorry, if this is a silly question or in the wrong place..)
I'm new to Umbraco having inherited a site in v4.10.1 running on Azure. I'm familiar with many of the concepts (having worked with SharePoint) but am busy getting up to speed.
My requirement: I need to run some code ever 14 days.
In SharePoint I would create a Job and schedule it. Is there a similar concept in Umbraco? or am I looking in the wrong place? Should I be creating an Azure Worker Role?
Any help greatly appreciated. Thanks Matt
Hi Matt,
You might want to check-out a package I wrote for this http://our.umbraco.org/projects/developer-tools/taskscheduler. It allows you to schedule an url for a certain date and time.
Hope this helps,
Richard
Thanks. That looks to be exactly what I need. Cheers
is working on a reply...