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
For Duration: we're always setting this value to 5 mins and I don't really see it being used except for times when Until is not defined.
For Until: I can see this field being a more immediate way for caduceus to know whether to keep sending events or not to a subscriber. However, the list of subscribers will be eventually refreshed through Argus anyways.
The text was updated successfully, but these errors were encountered:
Once we switch to Argus, webhook expirations will be driven by Argus' TTL of the entries in its database.
This is making me question the precise role of fields such as
Until
and especiallyDuration
Source: https://github.com/xmidt-org/webpa-common/blob/main/webhook/webhook.go#L55
For
Duration
: we're always setting this value to 5 mins and I don't really see it being used except for times whenUntil
is not defined.For
Until
: I can see this field being a more immediate way for caduceus to know whether to keep sending events or not to a subscriber. However, the list of subscribers will be eventually refreshed through Argus anyways.The text was updated successfully, but these errors were encountered: