Merge branch 'devin/1744568481-add-wait-for-change-tracking'

This commit is contained in:
Nicolas 2025-04-13 11:54:05 -07:00
commit cf84324534

View File

@ -286,6 +286,10 @@ const extractTransform = (obj) => {
obj = { ...obj, waitFor: 5000 };
}
if (obj.formats?.includes("changeTracking") && obj.timeout === 30000) {
obj = { ...obj, timeout: 60000 };
}
if (obj.formats?.includes("json")) {
obj.formats.push("extract");
}