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

High latency on ts-auth-service #270

Open
mkleanthous opened this issue Jun 20, 2023 · 1 comment
Open

High latency on ts-auth-service #270

mkleanthous opened this issue Jun 20, 2023 · 1 comment

Comments

@mkleanthous
Copy link

mkleanthous commented Jun 20, 2023

Hello,

We are using locust to generate the load on train ticket benchmark that runs on a 12 node Kubernetes cluster. For some reason the API call to login has high latencies up to 10 seconds without any apparent reason. Below is an example of how we call the API method to login the user:

head = {"Accept": "application/json", "Content-Type": "application/json"}

post(url="/api/v1/users/login", headers=head, json={"username": self.user_name,"password": self.password})

I would appreciate any thoughts or guidelines to resolve this issue or advice from anyone that had a previous experience with it.

Thank you,
Marios

@mudas2002
Copy link

Could you tell me how you set it up? I can't seem to get it running on GKE

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