Skip to content

Amazon ECS Agent - v1.55.0 - 20210805

Compare
Choose a tag to compare
@Realmonia Realmonia released this 12 Aug 04:48
· 1454 commits to master since this release
  • Feature - Support buffer limit option in FireLens #2958
  • Enhancement - Introduce optional jitter for task cleanup wait duration, configurable via ECS_ENGINE_TASK_CLEANUP_WAIT_DURATION_JITTER environment variable. In use case where there are large number of tasks being stopped at the same time, specifying this jitter can help avoid all the task cleanup happening at the same time (the latter could add pressure to the instance and as a result affect running tasks) #2969