-
Notifications
You must be signed in to change notification settings - Fork 474
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
Use mget to get apps installed count / reviews instead of loop - Dont loop in infra #1353
Comments
beastoin
changed the title
Use mget to get apps installed count / reviews instead of loop - Dont loop to infra
Use mget to get apps installed count / reviews instead of loop - Dont loop in infra
Nov 18, 2024
@nquang29 let's see if you're still remember basic techniques 🌚 |
context: we are facing with 1/ high p99 latency with api /apps 2/ high costs due to too many tracing spans in Datadog pls help me resolve these 😌 thank you! |
let me see |
ops change logs
@nquang29 fyi ~ |
anw dont forget leave a check at the mget limits, e.g. what is the maximum keys / request ? @nquang29 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Redis rps is ~ 400/s now and would keep increasing to indefinitely base on the number of apps.
dont loop in infra
use mget
The text was updated successfully, but these errors were encountered: