Linked doc talks about 4 cases 1. success 2. application error 3. action developer error 4. whisk internal error
>From what I understand in each of above case an activation record would be created and client app/logic can know the outcome. So for these at least once the records were processed However what would happen to those activations which have been picked from Kafka queue but before processing them Invoker process got killed? Would they get lost? Chetan Mehrotra On Mon, May 14, 2018 at 4:59 PM, Rodric Rabbah <[email protected]> wrote: > At most once: > https://github.com/apache/incubator-openwhisk/blob/master/docs/reference.md#action-execution-guarantees > > > -r > >> On May 14, 2018, at 7:22 AM, Chetan Mehrotra <[email protected]> >> wrote: >> >> Do action invocations support "at least once" OR "at most once" >> semantics in response to an activation? >> >> Chetan Mehrotra
