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 policy and dead letter queues #437

Open
@alexdebrie

Description

@alexdebrie

Current, a function is invoked a single time on a subscription. Failures are logged but the subscription is not tried again.

Let's allow users to set a retry policy for a particular subscription. This should include the number of times to retry and give options on how to handle if the maximum number of retries occurs, e.g. sending to a dead letter queue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions