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

AWS locust sitting idle #707

Closed
shaikshakeel opened this issue Dec 15, 2017 · 1 comment
Closed

AWS locust sitting idle #707

shaikshakeel opened this issue Dec 15, 2017 · 1 comment

Comments

@shaikshakeel
Copy link

I deployed locust in AWS using below link https://aws.amazon.com/blogs/devops/using-locust-on-aws-elastic-beanstalk-for-distributed-load-generation-and-testing/

it is deployed successfully and I can able to access. Now the problem is Locust UI is not showing POST request to endpoint and failures and RPS too. it is simply idle.

Sometimes it is starting later, after starting it is throwing https connection error, I am trying to post data to https.

Code snippet :
self.client.post("/endpoint/", data=json.dumps(result), headers=headers, verify=False)

Error :
u'ConnectionError(MaxRetryError("HTTPSConnectionPool(host=\'host.com\', port=443): Max retries exceeded with url: /endpoint/ (Caused by NewConnectionError(\'<urllib3.connection.VerifiedHTTPSConnection object at 0x....>: Failed to establish a new connection: [Errno 110] Connection timed out\',))",),)'

Configuration :
Platform : Java8
instances type : t2.medium

@cgoldberg
Copy link
Member

The error shown contains a timeout from the server. So the server is possibly overloaded and just unable to respond in time. Since this issue contains no more detail about the configuration and where/what is running, there is nothing we can do here.

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