Skip to content

Commit 5a120ae

Browse files
Shrink request concurrency, hitting errors in production
1 parent a86e450 commit 5a120ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN curl https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustu
5656
/root/.cargo/bin/rustup toolchain remove stable
5757
ENV PATH=/root/.cargo/bin:$PATH
5858

59-
RUN aws configure set default.s3.max_concurrent_requests 500
59+
RUN aws configure set default.s3.max_concurrent_requests 150
6060
RUN aws configure set default.s3.max_queue_size 10000
6161

6262
COPY --from=build /tmp/source/target/release/promote-release /usr/local/bin/

0 commit comments

Comments
 (0)