Results 2 issues of 修心

My batch submission prompted 502 errors, but the release was successful!!,why??? The following is the API I wrote: @RequestLine("PUT /v2/apps/{app_id}?force=true") @Headers(HeaderUtils.MARATHON_API_SOURCE_HEADER) void forceUpdateApp(@ Named("app_id") String appId, App app) throws MarathonException;...