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

Cleanup ingest and rename delays #109

Merged
merged 4 commits into from
Sep 1, 2024
Merged

Cleanup ingest and rename delays #109

merged 4 commits into from
Sep 1, 2024

Conversation

devinmatte
Copy link
Member

@devinmatte devinmatte commented Aug 31, 2024

Cleanup to improve data ingest, reduce errors, and fix naming for delays

@devinmatte devinmatte merged commit b4a7bf0 into main Sep 1, 2024
2 checks passed
@devinmatte devinmatte deleted the cleanup-ingest branch September 1, 2024 19:54
@@ -149,11 +148,3 @@ def store_landing_data(event):
ridership_data = landing.get_ridership_data()
landing.upload_to_s3(json.dumps(trip_metrics_data), json.dumps(ridership_data))
landing.clear_cache()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could keep this around and disable it with a flag (if we intend to use it again)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

2 participants