Hi team, our team is currently using

Hi team, our team is currently using importTML endpoint, along with other endpoints, to implement object deployment across different environments. However, I am assuming, due to increase in the number of objects being imported, importTML calls fail with connection reset after 5 mins. Can you advise on how we can resolve this? I will leave the details in the thread.
2 Replies
ketchup
ketchupOP5mo ago
// We want to import all the objects in a single API call atomically for these reasons: // 1. We want to avoid complexity of partial imports (that may cause unexpected behavior in TS). // 2. Importing all objects in single call also avoids dealing with interdependencies between // objects. These are some of the reasons why we make a single API call to import multiple objects at a same time. How we use the endpoint is, we 1. store all objects from source environment in git, 2. export all objects from destination env, 3. check for updated objects, 4.import those updated objects only, where the count of objects being updated end up somewhere around 5 to 15 at a time. Though we have been pretty successful until recently, when we started having objects with larger TML definitions, and calls are failing even with smaller number of objects. Looks like the 5 min connection timeout is configured on the server side. How can we go about this restriction while still satisfying the above requirements?
shikharTS
shikharTS5mo ago
Hi @ketchup can you open a support ticket for this? This might require to tweak some configuration on the TS side.

Did you find this page helpful?