transitmatters / gobble

🦃 Process MBTA events into a format that can be consumed by the Data Dashboard
MIT License
2 stars 3 forks source link

Duplicate events #1

Closed mathcolo closed 1 year ago

mathcolo commented 1 year ago

Maybe this bus became stalled or something? gobble wrote the same event to disk a bunch of times because the current stop kept flip-flopping.

2023-11-03,66,58403721,1,2553,6,0,1734,DEP,2023-11-04T03:34:51.000Z,0,0
2023-11-03,66,58403721,1,2553,6,0,1734,DEP,2023-11-04T03:34:54.000Z,0,0
2023-11-03,66,58403721,1,2553,6,0,1734,DEP,2023-11-04T03:34:54.000Z,0,0
2023-11-03,66,58403721,1,2553,6,0,1734,DEP,2023-11-04T03:34:57.000Z,0,0
2023-11-03,66,58403721,1,2553,6,0,1734,DEP,2023-11-04T03:35:00.000Z,0,0
2023-11-03,66,58403721,1,2553,6,0,1734,DEP,2023-11-04T03:35:03.000Z,0,0
2023-11-03,66,58403721,1,2553,6,0,1734,DEP,2023-11-04T03:35:03.000Z,0,0
2023-11-03,66,58403721,1,2553,6,0,1734,DEP,2023-11-04T03:35:06.000Z,0,0
2023-11-03,66,58403721,1,2553,6,0,1734,DEP,2023-11-04T03:35:11.000Z,0,0
2023-11-03,66,58403721,1,2553,6,0,1734,DEP,2023-11-04T03:35:39.000Z,0,0
mathcolo commented 1 year ago

Maybe it's just this stop?

2023-11-03,66,58403722,1,2553,6,0,1799,DEP,2023-11-04T03:40:25.000Z,0,0
2023-11-03,66,58403722,1,2553,6,0,1799,DEP,2023-11-04T03:40:28.000Z,0,0
2023-11-03,66,58403722,1,2553,6,0,1799,DEP,2023-11-04T03:40:28.000Z,0,0
2023-11-03,66,58403722,1,2553,6,0,1799,DEP,2023-11-04T03:40:31.000Z,0,0
2023-11-03,66,58403722,1,2553,6,0,1799,DEP,2023-11-04T03:40:34.000Z,0,0
2023-11-03,66,58403722,1,2553,6,0,1799,DEP,2023-11-04T03:40:37.000Z,0,0
2023-11-03,66,58403722,1,2553,6,0,1799,DEP,2023-11-04T03:40:49.000Z,0,0
mathcolo commented 1 year ago

Still happening, albeit less often. I wonder if it's race condition on update messages...