Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid launching extra tasks on ECS Fargate
Currently if we run into a capacity issue on Fargate, we wait and retry again, but without taking into account that some of the tasks in a given batch of 10 did actually start. This leads to two issues: 1. More tasks than the value of `--count` end up getting launched 2. The check for whether all workers started up fails because the number of "ready" files does not match the count, and the test run eventually fails with a "sync timeout" error
- Loading branch information