Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
We had a weird issues today - scheduled tasks stopped working for a site.
After diggin around I found that it was the "GET /umbraco/ping.aspx " which caused the issue.
Apperently umbraco is pinging the wrong URL.
Does anybody know where umbraco get the "ping URL" from?
add/modify this in your umbracoSettings.config:
<keepAlive disableKeepAliveTask="false" keepAlivePingUrl="{umbracoApplicationUrl}/api/keepalive/ping" />
Hey Dee
Thanks for the reply!
I can't test it right now. I'll try tomorrow and mark your answer as solution if it worked :)
Hi again
The keepAlive is not in the umbracoSettings. When I try to add it I get:
Unrecognized element 'keepAlive'.
Where exactly should it be placed? :)
oh sorry just saw that its not Umbraco 8, but 7. Then I have to pass...
I have read some posts where it should help to set the umbracoApplicationUrl in your umbracoSettings.config for version 7
It was actually a big help!
I looked into the umbracoApplicationUrl you mentioned and found this:
The documentation explains it quite well.
My umbracoApplicationUrl was wrong because Umbraco will guess the url from the first request made to the server.
We have two hostnames. One for testing-env and one for live-env. The first request was made to the test-env.
So I all had to do was to set the umbracoApplicationUrl as mentioned in the documentation: "http://www.mysite.com/umbraco"
This web.routing can be found in umbracoSettings.config
nice! glad it helped
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Where can I set the umbraco ping url?
We had a weird issues today - scheduled tasks stopped working for a site.
After diggin around I found that it was the "GET /umbraco/ping.aspx " which caused the issue.
Apperently umbraco is pinging the wrong URL.
Does anybody know where umbraco get the "ping URL" from?
add/modify this in your umbracoSettings.config:
Hey Dee
Thanks for the reply!
I can't test it right now. I'll try tomorrow and mark your answer as solution if it worked :)
Hi again
The keepAlive is not in the umbracoSettings. When I try to add it I get:
Unrecognized element 'keepAlive'.
Where exactly should it be placed? :)
oh sorry just saw that its not Umbraco 8, but 7. Then I have to pass...
I have read some posts where it should help to set the umbracoApplicationUrl in your umbracoSettings.config for version 7
It was actually a big help!
I looked into the umbracoApplicationUrl you mentioned and found this:
The documentation explains it quite well.
My umbracoApplicationUrl was wrong because Umbraco will guess the url from the first request made to the server.
We have two hostnames. One for testing-env and one for live-env. The first request was made to the test-env.
So I all had to do was to set the umbracoApplicationUrl as mentioned in the documentation: "http://www.mysite.com/umbraco"
This web.routing can be found in umbracoSettings.config
nice! glad it helped
is working on a reply...