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

Unwrap IDlist contents #7

Open
ealui-statsig opened this issue May 22, 2024 · 0 comments
Open

Unwrap IDlist contents #7

ealui-statsig opened this issue May 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ealui-statsig
Copy link
Contributor

Request

For the get_id_lists endpoint, would it be possible to get the blob contents of those lists into the Redis cache too, and have the HTTP server able to serve those blobs out of the cache?
At the moment the url on each entry in that cached response is something like https://idliststorage.blob.core.windows.net/idlists/.... , whereas ideally we'd have those saved and have the URLs all pointing to some endpoint like https://statsig-forward-proxy-domain:8000/idlists/... (where statsig-forward-proxy-domain would likely have to be something we pass in to tell the service what its public URL is)

Rationale

Improve availability and e2e latency by bringing the data blobs closer to origin.

@ealui-statsig ealui-statsig added the enhancement New feature or request label May 22, 2024
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
None yet
Development

No branches or pull requests

1 participant