0
명령 줄에서 새 OpenWhisk 작업을 만들면 다음 오류가 반환됩니다.이름 충돌로 인해 작업을 만들 수 없지만 기존 작업에는이 이름이 있습니까?
$ wsk action create hello index.js
error: Unable to create action 'hello': Resource by this name exists but is not in this collection. (code 4923976)
Run 'wsk --help' for usage.
이미 배포 된 작업을 보면 같은 이름의 다른 작업이 표시되지 않습니다.
$ wsk action list
actions
/[email protected]_dev/example private nodejs:6
/[email protected]_dev/hello_world private nodejs:6
/[email protected]_dev/testing private nodejs:6
이 오류 메시지에 대한 책임은 무엇입니까?