jamespfennell / transiter

Web service for transit data
https://demo.transiter.dev
MIT License
59 stars 7 forks source link

NYC Subway GTFS static flushes fail #53

Closed jamespfennell closed 4 years ago

jamespfennell commented 4 years ago

Because of Postgres lock errors.

To solve this, will likely need a setting that pauses all other auto updates while a big feed update and/or flush is happening. For minimal disruption this should ideally be paired with a cron setting for these updates, so they can happen at night.

jamespfennell commented 4 years ago

Can now disable auto updates for a system to get around this