Copied to clipboard

Flag this post as spam?

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


  • Nik Wahlberg 639 posts 1237 karma points MVP
    Jul 19, 2009 @ 17:27
    Nik Wahlberg
    0

    Scheduler in Umbraco?

    I read somehwere (in a post I can't remeber where since it was a few weeks back) that Umbraco might support scheduling of tasks (execute URLs etc). Is that true? If so, what is a standard way of utilizing that functionality?

    Thanks,
    Nik

  • Sebastiaan Janssen 5061 posts 15523 karma points MVP admin hq
    Jul 19, 2009 @ 17:39
    Sebastiaan Janssen
    100

    In your umbracoSettings.config add something like this:

    <scheduledTasks>
    <task log="true" alias="tasktest" interval="60" url="http://www.yoursite.com/task.aspx"/>
    </scheduledTasks>

    This is only useful if your site is being visited fairly regularly though, as the "task" is only being triggered by visits to the site.

  • Nik Wahlberg 639 posts 1237 karma points MVP
    Jul 19, 2009 @ 17:57
    Nik Wahlberg
    0

    Got it. Thanks so much for your quick reply.

    -- Nik

Please Sign in or register to post replies

Write your reply to:

Draft