Open
Description
At the moment, if we find a date that is out of the current time interval, we immediately close the streams and finish processing. However it might happen that logs are not in a timely order - mostly because they are coming from multiple servers and being appended in different times.
This is just a small bug that seems to be easy to fix.