Does the expression fire at any point in [from, from + windowSeconds)?
The minute containing from is only considered if from sits exactly on
the minute boundary: an occurrence earlier in that minute belongs to the
previous window, so counting it here would fire it twice.
Does the expression fire at any point in [from, from + windowSeconds)?
The minute containing
fromis only considered iffromsits exactly on the minute boundary: an occurrence earlier in that minute belongs to the previous window, so counting it here would fire it twice.