transitmatters / data-ingestion

Crontab for data ingestion/processing on AWS Lambda
MIT License
2 stars 2 forks source link

fix(yankee): Improve timeouts by never locally building GTFS SQLite db #86

Closed rudiejd closed 3 months ago

rudiejd commented 3 months ago

Previously the lambda was taking >900s to run. This is likely because it was building a GTFS SQLite db locally everytime, since there was a GTFS feed that hadn't been ingested by our GTFS lambda and added to the tm-gtfs S3 bucket. This change should force the yankee lambda to never build the SQLite db locally