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

Rate exceeded on AWS API calls #445

Closed
kirillmakhonin opened this issue Sep 11, 2018 · 1 comment · Fixed by #749
Closed

Rate exceeded on AWS API calls #445

kirillmakhonin opened this issue Sep 11, 2018 · 1 comment · Fixed by #749
Assignees
Labels
bug [Fixed] for any bug fixes.
Milestone

Comments

@kirillmakhonin
Copy link
Member

Sometimes job "Create cluster fails" due to timeouts.

ASK [aws_resources : Create Airflow Postgres RDS instance] ********************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Timeout waiting for RDS resource legion-ci-airflow-rds"}
	to retry, use: --limit @/var/lib/jenkins/workspace/Create_cluster/deploy/ansible/create-cluster.retry
@kirillmakhonin kirillmakhonin added the bug [Fixed] for any bug fixes. label Sep 11, 2018
@alexander-semenets alexander-semenets changed the title Creation of RDS for airflow sometimes fails Rate exceeded on AWS API calls Oct 5, 2018
@alexander-semenets
Copy link
Collaborator

We have Cluster autoscaler pods which trigger AWS API with ASG describe calls and they are eating API calls limits. We can see Rate exceeds errors constantly appearing in autoscaler pod log.

We should decrease API request frequency.
This could also be related to #511

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [Fixed] for any bug fixes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants