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

Cache results within timeframe #1

Open
devinmatte opened this issue Nov 30, 2023 · 1 comment
Open

Cache results within timeframe #1

devinmatte opened this issue Nov 30, 2023 · 1 comment
Assignees
Labels
backend Change to backend code good first issue Good for newcomers

Comments

@devinmatte
Copy link
Member

Right now we call Walkscore directly for each call. Because we only allow a subset of stations to be searched, we can easily cache the results to avoid extra hits to walkscore within a range of probably 24hrs (walkscore isn't changing on an hour by hour basis)

@devinmatte devinmatte added backend Change to backend code good first issue Good for newcomers labels Nov 30, 2023
@bhnzhang
Copy link

Hey @devinmatte, wanted to see if this is still a relevant issue? I think I could take a crack at it

@bhnzhang bhnzhang self-assigned this Mar 15, 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 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants