Skip to content

Commit

Permalink
doc-2632 (#5212)
Browse files Browse the repository at this point in the history
* Update README.md doc-2632

* Update _faqs-for-review.md doc-2632
  • Loading branch information
RachelHooley authored Dec 24, 2024
1 parent 3027f9f commit 9093941
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
11 changes: 11 additions & 0 deletions src/docs/faqs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,17 @@ If your container is unregistered, you should make sure:

</details>

<details style="background:#f2f2f2; padding:6px; margin:10px 0px 0px 0px">
<summary markdown="span" style="color:#7632FE; font-weight:600" id="oceannonservicetask">ECS: What happens if I run a non-service task in a cluster without enough resources?</summary>

<div style="padding-left:16px">

A non-service task is a standalone task that isn't part of a service. It's typically used for batch processing or one-time jobs rather than continuous, long-running services. When an independent task runs in a cluster, and there aren't enough resources available, the task may fail to launch due to CPU or memory errors. This means that no service is continuously attempting to launch tasks to meet the required number of tasks. Instead, the task will be launched later when resources become available.

</div>

</details>

<details style="background:#f2f2f2; padding:6px; margin:10px 0px 0px 0px">
<summary markdown="span" style="color:#7632FE; font-weight:600" id="hostportunderutilized">ECS: Can hostPort cause underutilized nodes?</summary>

Expand Down
12 changes: 0 additions & 12 deletions src/docs/kb/_faqs-for-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,6 @@ There are a number of <a href="/administration/sso-access-control">attributes th

</details>

<details style="background:#f2f2f2; padding:6px; margin:10px 0px 0px 0px">
<summary markdown="span" style="color:#7632FE; font-weight:600" id="oceannonservicetask">ECS: What happens if I run a non-service task in a cluster without enough resources?</summary>

<div style="padding-left:16px">

A non-service task is a standalone task that isn't part of a service. It's typically used for things such as batch processing, one-time jobs, not continuous, long-running services.

When you have an independent task running in a cluster and there aren't enough resources, the task launch fails with a CPU error and a memory error. It means that there is no queue of tasks when there is no service for the task. Because there is no service trying to launch the tasks, the task will be launched later.

</div>

</details>

<details style="background:#f2f2f2; padding:6px; margin:10px 0px 0px 0px">
<summary markdown="span" style="color:#7632FE; font-weight:600" id="oceanoutofstrategy">ECS: Why is the out of strategy replacement getting canceled for standalone tasks?</summary>
Expand Down

0 comments on commit 9093941

Please sign in to comment.