dgrove-oss commented on issue #5449:
URL: https://github.com/apache/openwhisk/issues/5449#issuecomment-1779373945

   Hi,
   
   Sorry the slack invitation isn't woking for you.
   
   To answer the question, OpenWhisk offers an "at most once" instead of an "at 
least once" execution model.  So if there is a failure during the execution of 
a request, the execution will not be automatically retried by OpenWhisk.  If a 
user wants to ensure that a request will be executed at least once, they have 
to track their open requests externally and resubmit requests that haven't 
completed within some time threshold they think is reasonable. 


-- 
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