riemann/riemann

Catch exceptions during event expiration

Closed this issue · 1 comments

If you have a malformed event in the index (for example an event with a string :ttl), events will never expire because an exception will occur here.

I think we should catch the exception in the filter fn.

Seems reasonable to me.