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
Jemayn
09/21/2023, 8:55 AM
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
skttl
09/21/2023, 9:26 AM
There is config settings you can add for putting the content into smaller batches. That usually works for me 🙂
c
CodeSharePaul
09/21/2023, 10:06 AM
What number do you normally use?
CodeSharePaul
09/21/2023, 10:06 AM
500 or 250 both failed
s
skttl
09/21/2023, 10:25 AM
I think I just put it at 100 🙂
skttl
09/21/2023, 10:25 AM
There is two config settings for batching, I set both
c
CodeSharePaul
09/21/2023, 1:12 PM
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.