You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,6 +66,11 @@ of the subscription owner, and the sort key is the subscription uuid. There is o
66
66
Subscriptions are accessed via owner for API actions. When notifications are triggered during an object storage event,
67
67
subscriptions are fetched from the backend via `scan`.
68
68
69
+
If notification delivery fails, a notification record is made in the queue.Delivery will be attempted immediately
70
+
after failure and at time intervals of one minute, ten minutes, one hour, six hours, and 16 hours
71
+
after the first failure. Delivery would then continue for the next 6 days at 24 hour intervals. After day 7, no further notification will be delivered and the subscription will be
72
+
removed from the delivery service. The old subscription will remain and the user would need to delete it and create a new subscription in order to receive new notifications.
73
+
69
74
### Bundle Metadata Document
70
75
71
76
The bundle metadata document is constructed from json files present in the bundle manifest, and
0 commit comments