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
Description
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.