Skip to content
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
@mthenw

Description

@mthenw

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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions