You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2022/11/29 08:49:57 UTC

[GitHub] [openwhisk] bdoyle0182 commented on pull request #5355: Fix missing attachment stuck actions

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: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org