-
I'm trying to deploy a large amount of content items via a deployment plan to a remote instance and hitting the HttpClient timeout. Is this configurable anywhere by any chance?
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I think there's an issue that describing a solution by divide the recipe into chunks of recipes to avoid such problem |
Beta Was this translation helpful? Give feedback.
-
I'm afraid the only way would be to copy That being said, even a 100s HTTP request is really stretching it, so yeah, like Hisham I'd rather recommend splitting the recipes into multiple ones. |
Beta Was this translation helpful? Give feedback.
-
Also, I've been thinking for a while about achieving this using a job queue, but with the current implementation may be splitting them into chunks is a good option that you can go with it |
Beta Was this translation helpful? Give feedback.
-
Thanks all, I managed to use a Queried Content Step with paging to do it as you suggested 🙌 |
Beta Was this translation helpful? Give feedback.
I think there's an issue that describing a solution by divide the recipe into chunks of recipes to avoid such problem