TechDevils / Url-Task-Scheduler

Task Scheduler for Umbraco websites
http://techdevils.co.uk/url-task-scheduler/
MIT License
7 stars 7 forks source link

TechDevilsScheduledTask not created in umbracosettings.config #15

Open skttl opened 7 years ago

skttl commented 7 years ago

Hi

I have a few solutions, where the scheduler doesn't work. I digged through the source code, and found that you need to create a scheduledTask item in umbracoSettings.config. https://github.com/TechDevils/Url-Task-Scheduler/blob/master/TechDevils.UrlTaskScheduler/TechDevilsTaskScheduler/TechDevilsPackageSetup.cs#L95

This item is missing in all of my solutions.

To see if it was just me, I tried installing a new Umbraco 7.6 beta, and then installed your package through the package installer. And here I didn't get the scheduledTask item neither.