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

Reduce chance of timeout fetching large amounts of data #948

Open
devinmatte opened this issue Feb 10, 2024 · 0 comments
Open

Reduce chance of timeout fetching large amounts of data #948

devinmatte opened this issue Feb 10, 2024 · 0 comments
Labels
backend Change to backend code bug Something isn't working

Comments

@devinmatte
Copy link
Member

devinmatte commented Feb 10, 2024

Right now the data dashboard times out when trying to fetch a long range of data

We can potentially improve the performance of the API to reduce the chance of this happening, whether that's by fetching from s3 in parallel, reducing CPU and memory needs, or whatever can help

Examples of data requests which timeout currently https://dashboard.transitmatters.org/red/trips/multi/?from=70069&to=70075&startDate=2022-01-01&endDate=2023-10-31

@devinmatte devinmatte added bug Something isn't working backend Change to backend code labels Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Change to backend code bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant