Page MenuHomePhabricator

[terraform] Ensure only one running ecs task for primary service
ClosedPublic

Authored by will on Jul 9 2024, 7:25 PM.
Tags
None
Referenced Files
F3229488: D12709.id.diff
Tue, Nov 12, 5:37 AM
F3229475: D12709.id42189.diff
Tue, Nov 12, 5:35 AM
F3229275: D12709.id42445.diff
Tue, Nov 12, 5:08 AM
F3227229: D12709.diff
Mon, Nov 11, 9:17 PM
Unknown Object (File)
Sat, Nov 9, 6:45 PM
Unknown Object (File)
Mon, Nov 4, 2:07 PM
Unknown Object (File)
Mon, Oct 28, 12:50 PM
Unknown Object (File)
Sat, Oct 26, 7:33 AM
Subscribers

Details

Summary

By setting the deployment maximum percent and minimum to 100 and 0, we ensure that there is only one primary node at a given time

The defaults were originally 200 and 0 percent which is meant for rolling updates; however, in our case we likely don't want two primary nodes running at the same time

Depends on D12708

Test Plan

On a terraform redeploy, all tasks were stopped and a single pending task was initialized

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage