connection reset by peer on Jenkins build #3679
Answered
by
iamhopaul123
tsingh2k15
asked this question in
Q&A
-
I am using copilot with in my Jenkins CI/CD builds. While deploying a copilot service, the build often fails on this issue:
Has anyone faced the similar issue and is there a resolution? As of now my only workaround it to re-trigger the build which is not ideal. |
Beta Was this translation helpful? Give feedback.
Answered by
iamhopaul123
Jun 21, 2022
Replies: 1 comment 7 replies
-
Hello @tsingh2k15 it is probably because we make too many requests to ECS when the deployment progress tracker pulls info. Can you try to set |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
tsingh2k15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @tsingh2k15 it is probably because we make too many requests to ECS when the deployment progress tracker pulls info. Can you try to set
CI=true
as an env var to increase the pulling interval?