jamespfennell / transiter

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

Save a copy of a feed that causes each kind of feed update failure #25

Closed jamespfennell closed 4 years ago

jamespfennell commented 5 years ago

We should create a new table FeedUpdateFailureCause which has the stack trace that was captured during a parse error. We could then foreign key into this from FeedUpdate.

Also would be good to store a copy of the data that caused the failure, for debugging.

jamespfennell commented 4 years ago

Too low priority