We have something like 1800 nodes and a client is attempting to publish the entire site (not doing the "republish entire site", btw). However, during this process the script times out.
I'm aware that we can circumvent this issue by increasing both the httpRuntime execution timeout period as well as the database connection timeout, however, I'm curious about what happens when the script times out when doing a publish (at the top node) of all items.
Is it purely transactional? I.e. if it fails, are all changes rolled back?
If it fails, do only *some* nodes get saved into the content XML database table?
If the script times out, does it still execute in the background?
What exactly happens in the event of a script timeout in this regard.
Umbraco: Timeout during publish
Hi guys,
We have something like 1800 nodes and a client is attempting to publish the entire site (not doing the "republish entire site", btw). However, during this process the script times out.
I'm aware that we can circumvent this issue by increasing both the httpRuntime execution timeout period as well as the database connection timeout, however, I'm curious about what happens when the script times out when doing a publish (at the top node) of all items.
Is it purely transactional? I.e. if it fails, are all changes rolled back?
If it fails, do only *some* nodes get saved into the content XML database table?
If the script times out, does it still execute in the background?
What exactly happens in the event of a script timeout in this regard.
Thanks!
-Steve
is working on a reply...