Copied to clipboard

Flag this post as spam?

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


  • Ligia 15 posts 74 karma points
    Jun 08, 2015 @ 11:56
    Ligia
    0

    Scheduled task not working v7.2.5

    Hi,

    I currently have an umbraco project v7.2.5 and I'm trying to run a scheduler every 60s. I've put the following code in the config/umbracoSettings.config : 

    <task log="true" alias="test60" interval="60" url="http://example.com/umbraco/surface/helper/ScheduleTrigger"/> 

    I've worked with umbraco scheduler before on previous versions and it worked fine.

     Do you have any ideas?

     

    Thanks, 

    Ligia

  • Tony 105 posts 163 karma points
    Jun 08, 2015 @ 12:20
    Tony
    0

    We noticed this was not working in 7.1.6, was hoping it would have been fixed by now

  • Ligia 15 posts 74 karma points
    Jun 08, 2015 @ 12:28
    Ligia
    0

    Hi Tony, 

    Thank you for your answer.  I don't know about 7.1.6 ,  I've only tried before on v6 . 

    Thanks, 

    Ligia

  • Stefano Beretta 101 posts 246 karma points
    Jun 08, 2015 @ 13:01
    Stefano Beretta
    0

    Hi everyone!

    Same behaviour on 7.2.3 and 7.2.4, the scheduled task doesn't fire.

    I also check the log for errors but there are no errors.

    Thanks,

    Stefano

  • Ligia 15 posts 74 karma points
    Jun 08, 2015 @ 13:46
    Ligia
    0

    Hi Stefano, 

    Thank you. Have you find a solution to it ? Do you know any v7 versions that it will work?

    Many thanks,

    Ligia

  • Martin Griffiths 826 posts 1269 karma points c-trib
    Jun 08, 2015 @ 13:58
    Martin Griffiths
    0

    Hi Ligia

    I've added a comment, bug still is a problem for me in 7.2.6. Is fine in 7.2.4. - Martin

    http://issues.umbraco.org/issue/U4-6638

     

     

  • Stefano Beretta 101 posts 246 karma points
    Jun 08, 2015 @ 13:59
    Stefano Beretta
    0

    Hi Ligia!

    I tried to run a scheduled process on 7.2.3 and above with no results.

    Unfortunately I had no time to perform other tests, so I'm using a console application which is scheduled by IIS.

    There's a very good project on Github (https://github.com/sitereactor/umbraco-console-example), I updated the Core Binaries to 7.2.5 and everything works fine using Umbraco Services.

    I hope this helps

    S

  • Stefano Beretta 101 posts 246 karma points
    Jun 08, 2015 @ 14:05
    Stefano Beretta
    0

    Hi Martin!

    Are you sure the 7.2.4 works fine? It didn't when I tried it, that's why I also tried 7.2.3.

    If you're right sorry for the wrong information.

    I'll perform other tests tonight, thank you.

    S

  • Martin Griffiths 826 posts 1269 karma points c-trib
    Jun 08, 2015 @ 14:11
    Martin Griffiths
    0

    Hi Stefano

    The scheduler (as configured in umbracoSettings.config) should be handling "publish at" as well as user configured tasks. I've not tried any timed tasks myself, but I know "publish at" was working fine for me in 7.2.4 is now broken in 7.2.5 & 7.2.6.

    I'll try setting up a task today, but as the two are linked to the same scheduler, I'm assuming all will be good in my current 7.2.4 build. I'll let you know.

    Kind regards

    Martin

  • Ligia 15 posts 74 karma points
    Jun 08, 2015 @ 15:28
    Ligia
    0

    Hi everyone,

    Can someone tell me a version(v7) that scheduled task is working?  I've tried on 7.2.1 right now and it is not working.  

     

    Many thanks, 

    Ligia

  • Ligia 15 posts 74 karma points
    Jun 08, 2015 @ 15:53
    Ligia
    0

    Hi everyone, 

    It looks that on v7.2.4 it is working, I have the following: 

       <task log="true" alias="test60" interval="60" url="http://localhost:55116/umbraco/surface/HelperSurface/ScheduleT"/>

    How I can downgrade?

     Regards, 

    Ligia

  • Steve Wilkinson 132 posts 211 karma points
    Aug 19, 2015 @ 09:47
    Steve Wilkinson
    0

    It's not working for me in 7.2.1 either - is there anything that can be done to get it working?

  • Martin Griffiths 826 posts 1269 karma points c-trib
    Aug 19, 2015 @ 11:41
    Martin Griffiths
    0

    Yes, upgrade should solve it

Please Sign in or register to post replies

Write your reply to:

Draft