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 :
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.
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.
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
We noticed this was not working in 7.1.6, was hoping it would have been fixed by now
Hi Tony,
Thank you for your answer. I don't know about 7.1.6 , I've only tried before on v6 .
Thanks,
Ligia
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
Hi Stefano,
Thank you. Have you find a solution to it ? Do you know any v7 versions that it will work?
Many thanks,
Ligia
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
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
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
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
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
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
It's not working for me in 7.2.1 either - is there anything that can be done to get it working?
Yes, upgrade should solve it
is working on a reply...