Skip to content

feat: add waiter for WaitUntilTaskRunning

What does this MR do?

Fixes #53 (closed) This allows for the ability to configure how long to wait for the task to start. The default settings are equal to that of the aws sdk (10 min).

Why was this MR needed?

This allow you to wait that bit longer than what is standard for the ECS task to become running. As mentioned in the issue, Windows containers in AWS can take some time to start, so an additional wait period might be required over and above the defaults.

What's the best way to test this MR?

What are the relevant issue numbers?

#53 (closed)

Edited by Marais Van Zyl

Merge request reports