Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ATHUL JAYAN 9 posts 58 karma points
    May 19, 2014 @ 12:09
    ATHUL JAYAN
    0

    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.

    <task log="true" alias="TaskName1" interval="86400" url="url" />

    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

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    May 19, 2014 @ 12:35
    Dave Woestenborghs
    100

    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.

Please Sign in or register to post replies

Write your reply to:

Draft