Getting a 503 error from Workfront API when running bulk updates or create despite being under limit -
i've been trying debug or understand issue i'm seeing bulk updates or creates workfront. here scenario, generate list of 50 objects update. submit them api , 503 error following message "service unavailable - 0 size object" - "the server temporarily unable service request". now if delete 20 30 elements list goes through fine. example, test has 50 elements , fail (replaced subdomain cl01) https://cl01.preview.workfront.com/attask/api/v6.0/task?method=post&apikey={{ apikey }}&updates=[{"plannedstartdate": "2017-12-01", "name": "this task number 0", "projectid": "5998ce3c000207f18bf4a2022563c656"}, {"plannedstartdate": "2017-12-01", "name": "this task number 1", "projectid": "5998ce3c000207f18bf4a2022563c656"}, {"plannedstartdate": "2017-12-01", "name": "this task number 2", "project...