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 2018/08/02 12:14:49 UTC

[GitHub] markusthoemmes commented on issue #3939: 502 errors in cold start gatling tests caused by "Cannot initialize the action more than once"

markusthoemmes commented on issue #3939: 502 errors in cold start gatling tests caused by "Cannot initialize the action more than once"
URL: https://github.com/apache/incubator-openwhisk/issues/3939#issuecomment-409905588
 
 
   We allow for retries on /init. We do not know how deep the request got into the user-container before breaking down.
   
   Personally I think /init should be idempotent and not return an error on reinitialization. It should simply not do anything and return a 200 on reinit.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services