Is
since
meant to track the number of messages in the log or the number of operations executed? Havingflumelog.del()
bumpsince
seems to make the most sense, but I don't want to overload any semantics.
my naive understanding is that since
was meant to be a sequence number, like what you'd pass into flumedb.get(sequence, callback)
. i might be totally wrong though.