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

Support download timeout and ignoring failed imports options #155

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

anbraten
Copy link
Contributor

@anbraten anbraten commented Mar 8, 2024

closes #153

Adds some new options for importGtfs:

  • db: pass an existing db instance Edge deployment and SQLite #153
  • downloadTimeout: set a timeout for the gtfs download
  • ignoreErrors: allows to skip failed agency imports and continue with next agency
  • correctly catches importLines in parser.on('end')

@brendannee brendannee merged commit 4454def into BlinkTagInc:master Mar 10, 2024
2 checks passed
@brendannee
Copy link
Member

Excellent - thanks for the pull request and adding these features.

@anbraten anbraten deleted the timeout-and-ignore branch March 10, 2024 18:58
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.

Edge deployment and SQLite
2 participants