bdoyle0182 commented on PR #5355:
URL: https://github.com/apache/openwhisk/pull/5355#issuecomment-1330287330

   Line 336 of `ApiUtils` is the culprit of the 409 where it will catch and try 
to write the document as if it were new without revision
   
   `      case _: NoDocumentException =>
           logging.debug(this, s"[PUT] entity does not exist, will try to 
create it")
           create().map(newDoc => (None, newDoc))`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to