Hi there - I'm trying to publish a bunch of child nodes under a parent (around 1,500). I right click on the parent node, and choose to publish all children. After about 5 minutes, I get:
Server call failed for checking remaining seconds
In the log I have:
2014-08-31 05:59:48,938 [16] ERROR Umbraco.Web.Scheduling.ScheduledPublishing [(null)] - [Thread 16] An error occurred with the scheduled publishing
System.Net.WebException: The remote server returned an error: (524) Origin Time-out.
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at System.Net.WebClient.UploadString(String address, String data)
at Umbraco.Web.Scheduling.ScheduledPublishing.Start(ApplicationContext appContext)
This site is hosted on Azure, but I'm not sure if thats the problem. Any advice???
Publishing times out
Hi there - I'm trying to publish a bunch of child nodes under a parent (around 1,500). I right click on the parent node, and choose to publish all children. After about 5 minutes, I get:
In the log I have:
This site is hosted on Azure, but I'm not sure if thats the problem. Any advice???
Cheers!
I'm getting the same thing - any update on this. Mine is Rackspace cloud.
Did you ever find a solution? :)
@philw - I ended up ramping up the resources for the Azure site and the problem was resolved.
is working on a reply...