An easy way to manage task that you want to run from your Umbraco website.
With this section you can take your task that need to be repeated at scheduled intervals or even on a particular day and time of the week and store and run them from your Umbraco admin area. Maybe you need to start a job from hitting a URL to collect your report data or every Wednesday and Friday at 3am call a URL to jump start a cache then this is the app for you.
The code will basically call a URL at the given time intervals. This is either an interval of minutes or on a given date and time.
Please make sure you read the package notes when you go to install they have a few notes in them that are important.
There are a few simple instructions on the Project website TechDevils so please have look there.
If you would like to help improve or spot a bug then please visit the GitHub link and let me know.
(I'll be working on an instruction manual which will be attached to the project soon)
Inspired by the original TaskScheduler by
(https://our.umbraco.org/projects/developer-tools/taskscheduler/)