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

New Rule Proposal: error for feed with frequent protobuf errors #174

Open
owades opened this issue Feb 17, 2023 · 0 comments
Open

New Rule Proposal: error for feed with frequent protobuf errors #174

owades opened this issue Feb 17, 2023 · 0 comments

Comments

@owades
Copy link

owades commented Feb 17, 2023

Summary:

New rule: Confirm that >99% of requests to each RT feed in the past 24hr haven't resulted in a protobuf error (failure to parse .pb file), as per the following best practice:

The server hosting GTFS Realtime data should be reliable and consistently return validly-formatted protobuf-encoded 
responses. Fewer than 1% of responses should be invalid (protobuf errors or fetching errors).

Severity: Error

Expected behavior:
If greater than 1% of requests to each RT feed in the past 24hr resulted in a protobuf error (failure to parse .pb file), product an error.

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

1 participant