mitodl / salt-ops

Repository for building, managing and deploying salt-based infrastructure
BSD 3-Clause "New" or "Revised" License
47 stars 7 forks source link

set AWS_MAX_CONCURRENT_CONNECTIONS to 100 #1594

Closed gumaerc closed 11 months ago

gumaerc commented 11 months ago

What are the relevant tickets?

Related to https://github.com/mitodl/ocw-studio/issues/1998

Description (What does it do?)

This sets the AWS_MAX_CONCURRENT_CONNECTIONS env variable to 100 in ocw-studio. This setting was added in https://github.com/mitodl/ocw-studio/pull/1999 and controls the max_concurrent_connections setting in the final AWS sync operations during site pipeline runs.

How can this be tested?

This functionality has already been tested in QA by manually setting the variable in the web UI, this PR is just finalizing that change.