Right now we continue to log data for boats that are out of service. In order to reduce the amount of noise in the logs, we will see if a boat has moved in the past hour and, if not, assume it is out of service and no longer report on it. However, if we do see a change in location, we will add it back and restart the clock.
I will also modify the logging logic and only report if we get an update from WSDOT that actually contains data.
Right now we continue to log data for boats that are out of service. In order to reduce the amount of noise in the logs, we will see if a boat has moved in the past hour and, if not, assume it is out of service and no longer report on it. However, if we do see a change in location, we will add it back and restart the clock.
I will also modify the logging logic and only report if we get an update from WSDOT that actually contains data.