Currently i am working on a website which is built in Umbraco 7. Here i need to use a scheduler which schedules once in a month and also another which schedules everyday. Is there any option other than using like this.
The built in task scheduler depends on the Umbraco site to be up and running and will execute interval based. In your example it will be executed every 24 hours since the first run.
If you need a task to run at a set time it maybe better to look at windows scheduled task that will call your url.
Task Scheduler - Umbraco 7
Hi,
Currently i am working on a website which is built in Umbraco 7. Here i need to use a scheduler which schedules once in a month and also another which schedules everyday. Is there any option other than using like this.
When i used this in my local, i got more than 1 emails. Is there any better package which is compatible to Umbraco 7 ?
Thanks ,
Athul
The built in task scheduler depends on the Umbraco site to be up and running and will execute interval based. In your example it will be executed every 24 hours since the first run.
If you need a task to run at a set time it maybe better to look at windows scheduled task that will call your url.
is working on a reply...