Hi All - A quick question regarding Event Webhooks...
# ask-questions
s
Hi All - A quick question regarding Event Webhooks please. Are they deterministic in the order in which they are fired? e.g. If a user toggles a feature flag on and off very quickly, does the system guarantee that the 'flag on' event is delivered before the 'flag off' event is sent? or are they fired asynchronously meaning theoretically the 'flag off' event could reach its webhook destination prior to the 'flag on' event ?