From dc8ff50aaa93e3823d9d752a8c14522affa17817 Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Thu, 25 Mar 2021 17:05:00 +0100 Subject: [PATCH] Add timeout to the delivery spec Signed-off-by: Francesco Guardiani --- specs/eventing/spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/eventing/spec.md b/specs/eventing/spec.md index ad5f74866..2d92899cd 100644 --- a/specs/eventing/spec.md +++ b/specs/eventing/spec.md @@ -277,6 +277,7 @@ retrieved from ref. | `deadLetterSink` | [`duckv1.Destination`](#duckv1.Destination) | Optional | The sink receiving event that could not be sent to a `Destination`. | | | `retry` | `int` | Optional | The minimum number of retries the sender should attempt when sending an event before moving it to the dead letter sink (when specified) or discarded (otherwise). | | | `backoffPolicy` | `string` | Optional | The retry backoff policy (`linear` or `exponential`). | | +| `timeout` | `string` | Optional | The timeout of each single request. | | | `backoffDelay` | `string` | Optional | For linear policy, backoff delay is backoffDelay\*\. For exponential policy, backoff delay is backoffDelay\*2^\. | | ### SubscriberStatus