Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trip Monitoring TODO list #70

Open
5 of 8 tasks
landonreed opened this issue Sep 3, 2020 · 2 comments
Open
5 of 8 tasks

Trip Monitoring TODO list #70

landonreed opened this issue Sep 3, 2020 · 2 comments

Comments

@landonreed
Copy link
Contributor

landonreed commented Sep 3, 2020

Pending back end items for trip monitoring (note: UI work on hold until progress is made here):

@binh-dam-ibigroup
Copy link
Collaborator

I found the root cause for most of of the "Itinerary not found" notifications I was receiving. Basically, the stop id changed between the time I set the notification and when the checks occurred, causing a mismatch in the itinerary comparisons. The stop id changed because of a GTFS change that modified an agency id (agency ids are used in OTP's global stop ids). Recreating a monitored trip seems to have resolved the issue.

@binh-dam-ibigroup
Copy link
Collaborator

Another cause for an "Itinerary not found" notification is that the UI is saving real-time itineraries (which is incorrect) and trying to compare such itineraries with the updated itineraries from OTP that also include real-time updates. Comparing itineraries with real-time updates is unlikely to succeed IMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants