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

Stored value missing in large concurrent hit #138

Open
JaiyashreeSM opened this issue Jan 2, 2019 · 1 comment
Open

Stored value missing in large concurrent hit #138

JaiyashreeSM opened this issue Jan 2, 2019 · 1 comment

Comments

@JaiyashreeSM
Copy link

Hi,
We tried using continuation-local-storage in a loopback application. The value was set at the entry point (server.js) and inside the api-method, we just checked if we receive the same text being set while entry is received.
While running j-meter with 500 requests in a span of one second, we got it fine.
But, while running (500 requests / second * 100) it went unmatched.

@sandipmohod
Copy link

sandipmohod commented Oct 6, 2020

Observing the same issue in my application. Under heavy load , the same value is used for multiple requests.

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

No branches or pull requests

2 participants