ibi-group / datatools-server

Server for IBI's GTFS data management platform.
MIT License
49 stars 51 forks source link

fix(FeedUpdater): allow mongo query to use disk space #570

Closed philip-cline closed 10 months ago

philip-cline commented 10 months ago

Checklist

Description

FeedUpdater mongo $group queries can get complicated quickly based on numbers of FeedVersions and are, by default, limited to 100MB of RAM. This PR allows the query that is failing due to memory limits to use disk space (temporary files) to finish the query.