1
我正嘗試使用REST API(v1.2)在OpenShift上創建應用程序。使用REST API在Openshift上創建應用程序
當我一次創建一個應用程序時,這個事情可以正常工作,但是,當我同時執行多個創建調用(並行)時出現錯誤。
這是一個500狀態碼。並且回到我的數據是 -
error: "{"messages":[{
"exit_code":1,
"field":null,
"severity":"error",
"text":"Unable to create gear on node"
}],
"version":"1.2",
"supported_api_versions":[1.0,1.1,1.2],
"status":"internal_server_error",
"data":null,
"type":null
}"
我已經瀏覽了API文檔,我找不到發生了什麼問題。