AWS Codecommit "429 too many requests" when trying to start some jobs.
Hello,
we see this message more often in our environment. It works after some seconds.
It is described in https://docs.aws.amazon.com/codecommit/latest/userguide/troubleshooting-ae.html.
We like to understand how Teamcity VCS changes are pulled.
When we set a global setting to 60 seconds and have two VCS roots configured. How would Teamcity poll the changes?
Would teamcity automatically spread the requests? So one VCS root will be checked at 07:00:00 , the other at 7:00:30?
If we have the same repo in different VCS roots, I guess Teamcity runs the check in parallel?
Regards,
Sven
Please sign in to leave a comment.
Hello,
Regarding how TeamCity polls the changes, the check is performed for all VCS Roots (even duplicate ones) in parallel using a thread pool of limited size (by default 10 threads). In order to prevent bursts caused by different threads polling at the same time, TeamCity adds a random delay.
Please let us know if you have any more questions.
Thank you,
Guilherme