Skip to content

Commit

Permalink
Update README.md doc-2632
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelHooley authored Dec 24, 2024
1 parent 3027f9f commit f3971c7
Showing 1 changed file with 11 additions and 0 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

0 comments on commit f3971c7

Please sign in to comment.