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

Mixer caching fun #34

Open
c0c0n3 opened this issue Apr 1, 2020 · 1 comment
Open

Mixer caching fun #34

c0c0n3 opened this issue Apr 1, 2020 · 1 comment

Comments

@c0c0n3
Copy link
Member

c0c0n3 commented Apr 1, 2020

So I've had endless fun debugging Mixer calls to find out why with the latest changes and our caching in place the Mixer hits the adapter twice for each incoming HTTP request. Thanks to our caching though we basically pay no price for this as the second call returns in about 0.2ms on average which is peanuts but still annoying. I don't think it's a good idea to waste any more dev cycles on this, so will park the issue here for posterity.

@c0c0n3 c0c0n3 added this to Backlog in Beta release Apr 1, 2020
@c0c0n3
Copy link
Member Author

c0c0n3 commented Apr 1, 2020

Oh, almost forgot to mention. It doesn't happen consistently. Sometimes if you try again the exact same HTTP request later, the Mixer only calls the adapter once. Go figure, how fun!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant