1 min readApr 22, 2020
That depends what you return from the function — if you throw an exception, it’ll be retried (as per retry policy, which I think is 10 times by default)
If not exception is thrown it’ll think it’s a success.
This is, unless you’ve added `autoComplete: false` (see in blog post above) — which means you’ll need to explicitly mark that message as complete.