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

Caching Requests #14

Open
athuler opened this issue Jul 17, 2024 · 1 comment
Open

Caching Requests #14

athuler opened this issue Jul 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@athuler
Copy link
Owner

athuler commented Jul 17, 2024

Currently, many requests made are duplicates (using different subsets of the same response).

It may be worthwhile to investigate caching responses for a certain amount of time by default to avoid duplicate requests and server overload.

@athuler athuler added the enhancement New feature or request label Jul 17, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Passio Go Jul 17, 2024
@dmv1167
Copy link

dmv1167 commented Sep 29, 2024

#25 I implemented caching of route, stop, vehicle, and alert objects, although not of the API requests themselves and not on any sort of timing basis. Caches must be refreshed manually for the time being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants