uCronos is an application designed to run within the Umbraco backend editor.
uCronos uses the scheduling functions of the .Net Hangfire project. uCronos has an easy interface allowing Umbraco users to create & schedule tasks. uCronos is standalone and does not create Umbraco nodes for job storage.
Installation Instructions
http://randomprecision.org/articles/ucronos
IMPORTANT NOTE: uCronos DOES NOT WORK WITH SQL CE. Only install uCronos if you have an external SQL Server database.
uCronos will install the following libraries to your Umbraco instance:
Hangfire.Core
Hangfire.SqlServer
RazorEngine
CsvHelper
Postal
If your Umbraco instance has these libraries already installed, they will be overwritten. We strongly recommend you evaluate uCronos on a new Umbraco instance before installing to a live server. Multiple Hangfire jobs can place a large load on your web server. Ensure your jobs ALWAYS self terminate after completion to avoid excessive load. Hangfire can CRASH your server without proper monitoring. You have been warned.
uCronos help