Some users report receiving 2–3 notifications if a flight delay is updated more than once within a short time. Let's add debounce logic: - Only alert if delay changes by more than 5 mins - Or if 15 mins passed since last alert
Some users report receiving 2–3 notifications if a flight delay is updated more than once within a short time.
Let's add debounce logic: