Skip to content

Commit

Permalink
Docs: trigger delivery policy TTL is in seconds!
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaldo Cesco <[email protected]>
  • Loading branch information
Annopaolo committed May 27, 2024
1 parent 3988777 commit 54dc227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pages/architecture/062-trigger_delivery_policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ A Trigger Delivery Policy is composed of:
This is optional, but required if the policy specifies at least one handler with retry strategy.

- Event TTL: in orer to further lower the space requirement of the event queue, events may be equipped with a TTL which specifies the amount of
milliseconds an event is retained in the event queue. When an event expires, it is discarded from the event queue, even if it has not been
seconds an event is retained in the event queue. When an event expires, it is discarded from the event queue, even if it has not been
delivered. This is optional.


Expand Down

0 comments on commit 54dc227

Please sign in to comment.