This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Retry function invocation in case of failure #319
Open
Description
This is a Feature Proposal
- What is the use case that should be solved?
Right now, in case of failed invocation error is returned to a user. We can improve that process by retrying invocation with exponential backoff, similarly, as AWS does that for Event
type invocations (and also for messages from Kinesis etc.).
In the first pass, we can hardcode the number of retires. Eventually, this should be configurable either on event level or function level (providing that value while registering function).
Similar or dependent issues: