aws codecommit 节流:并发连接太多

aws codecommit Throttled: too many concurrent connections

我在 aws codecommit 中有 11 个 git 存储库。我正在使用 ssh 连接。

作为发布的一部分,我需要在这 11 个存储库上检查不同的分支、进行推送、合并等。但是,我不断收到错误消息“Throttled: too many concurrent connections.”

并发连接上似乎没有任何 quota/limit。我不确定如何断开任何以前的连接。请帮忙。

我通过在我的 bash 脚本中 git 调用之间休眠几秒钟解决了这个问题。我们只需要放慢速度即可。