Skip to content

Commit 83a44ba

Browse files
authored
Set manager AWS CLI retries to 10 (#1395)
1 parent cc566d3 commit 83a44ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

images/manager/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM python:3.6-alpine3.12
33
WORKDIR /root
44

55
ENV PATH /root/.local/bin:$PATH
6+
ENV AWS_RETRY_MODE standard
7+
ENV AWS_MAX_ATTEMPTS 10
68

79
COPY manager/requirements.txt /root/requirements.txt
810

0 commit comments

Comments
 (0)