GTFS.Routes subscribed to :gtfs_producer #362
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes
Asana Ticket: Bus trips with block waivers not marked as cancelled
Ensure the routes table is populated with route records so that bus trips with block waivers are cancelled.
Debugging bus trips that had skipped stops but weren't marked as cancelled, @boringcactus observed that it is expected for them to be marked as cancelled here. It seemed the
bus_block_waiver?
check might be failing. I observed no logs in Splunk fromConcentrate.GTFS.Routes
as expected here, and figured it was missing from the supervisor.Testing
7deb6bd8b11a 2024-10-21T14:39:00.577 [info] Elixir.Concentrate.GTFS.Routes: updated with 382 records
Looking at a bus trip with a block waiver in prod marked as skipped:
Same bus trip in dev-blue with this change applied: