Not sure why the tasks are hit several times pr. day...perhaps it's an issue related to the version of Umbraco in use. Perhaps it's not.
In regards to wether it's reliable or not I think Bjørn Fridals comment on his own blogpost about keeping Umbraco alive makes a good point about it http://betafirm.com/how-to-keep-umbraco-awake-and-alive#comment-17 - So in short if you can find another way to do it it may be more reliable.
As Jan mentioned propably because the site is not active all the time. This is one of the reasons I wrote task scheduler to specify a day/time instead of setting an interval. You might want to check that package out.
Scheduled tasks weekly and daily
I am trying to schedule tasks for daily and weekly execution.
This is done plain and simple by setting this in umbracoSettings.config:
However these tasks are executed very often - several times a day. Furthermore they are executed upon deployment.
So my question is, am I using this feature wrong? And is this feature reliable?
Hi Klaus
What version of Umbraco are you using?
Not sure why the tasks are hit several times pr. day...perhaps it's an issue related to the version of Umbraco in use. Perhaps it's not.
In regards to wether it's reliable or not I think Bjørn Fridals comment on his own blogpost about keeping Umbraco alive makes a good point about it http://betafirm.com/how-to-keep-umbraco-awake-and-alive#comment-17 - So in short if you can find another way to do it it may be more reliable.
Hope this helps.
/jan
Hi Klaus,
As Jan mentioned propably because the site is not active all the time. This is one of the reasons I wrote task scheduler to specify a day/time instead of setting an interval. You might want to check that package out.
Cheers,
Richard
Ok, thank you for the answers. Just to make this complete I use Umbraco v6.1.6
However as I understand your answers, I should not use the built in scheduler... So Windows scheduled tasks sounds like a resonable solution to me...
is working on a reply...