Я пытаюсь создать> 100 элементов в качестве AllowedAttributeValue, используя WSAPI в Rally из python без pyral.Ввод из входного файла.Код -
for line in inputFile:
body = {<body>}
try:
r = requests.post(url, headers=headers, data=body, proxies=proxy)
Не все 100 строк обновляются.число варьируется от 40-70.Ошибка:
["Concurrency conflict: [Object has been modified since being read for update in this context] - ConcurrencyConflictException : Modified since read on update : Object Class : com.f4tech.slm.domain.WorkspaceConfiguration : ObjectID : <objid>"], "Warnings": []}}
Требуется разрешение.Ценю вашу помощь!