Content Transfer Timeout in Umbraco Cloud
c
Hi all, I have an Umbraco 10 Cloud site that I am working on locally and I am trying to push a parent page and its 2500 direct children up to the Development environment in Umbraco Cloud. The problem is that it is timing out when I try to push them up. Is there a setting I can change somewhere either in the local site, the Development site or both which will prevent it from timing out? Kind regards Paul
j
If it still works the same as 3 years ago then it's the database connection string that needs to set a higher timeout. And for that you need to talk to Umbraco Support so they can increase it on your environments
s
There is config settings you can add for putting the content into smaller batches. That usually works for me 🙂
c
What number do you normally use?
500 or 250 both failed
s
I think I just put it at 100 🙂
There is two config settings for batching, I set both
c
I tried using that setting with a value of 500 and then 250 but it wasn't working. I've found that after restarting the Development site which must have been stuck after the failed transfers. I was then able to push up again and it split it into 5 batches and completed successfully.
45 Views