You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Specifies an action that Batch will take after the job has remained at the head of the queue in the specified
1066
-
* state for longer than the specified time.</p>
1066
+
* <p>Specifies an action that Batch will take after the job has remained at the head of the queue in the specified state for longer than the specified time.</p>
* <p>The Amazon Resource Name (ARN) of the fair share scheduling policy. If this parameter is specified, the job
1133
-
* queue uses a fair share scheduling policy. If this parameter isn't specified, the job queue
1134
-
* uses a first in, first out (FIFO) scheduling policy. After a job queue is created, you can
1135
-
* replace but can't remove the fair share scheduling policy. The format is
1132
+
* <p>The Amazon Resource Name (ARN) of the fair share scheduling policy. Job queues that don't have a scheduling policy are scheduled in a first-in, first-out (FIFO) model. After a job queue has a scheduling policy, it can be replaced but can't be removed.</p>
* <p>A job queue without a scheduling policy is scheduled as a FIFO job queue and can't have a scheduling policy added. Jobs queues with a scheduling policy can have a maximum of 500 active fair share identifiers. When the limit has been reached, submissions of any jobs that add a new fair share identifier fail.</p>
* <p>The set of actions that Batch performs on jobs that remain at the head of the job queue in the specified state
1183
-
* longer than specified times. Batch will perform each action after <code>maxTimeSeconds</code> has passed.</p>
1181
+
* <p>The set of actions that Batch performs on jobs that remain at the head of the job queue in the specified state longer than specified times. Batch will perform each action after <code>maxTimeSeconds</code> has passed. (<b>Note</b>: The minimum value for maxTimeSeconds is 600 (10 minutes) and its maximum value is 86,400 (24 hours).)</p>
* <p>The priority of the job queue. Job queues with a higher priority (or a higher integer value
4302
-
* for the <code>priority</code> parameter) are evaluated first when associated with the same
4303
-
* compute environment. Priority is determined in descending order. For example, a job queue with a
4304
-
* priority value of <code>10</code> is given scheduling preference over a job queue with a priority
4305
-
* value of <code>1</code>. All of the compute environments must be either Amazon EC2 (<code>EC2</code>
4306
-
* or <code>SPOT</code>) or Fargate (<code>FARGATE</code> or <code>FARGATE_SPOT</code>). Amazon EC2 and
4307
-
* Fargate compute environments can't be mixed.</p>
4302
+
* <p>The priority of the job queue. Job queues with a higher priority (or a higher integer value for the <code>priority</code> parameter) are evaluated first when associated with the same compute environment. Priority is determined in descending order. For example, a job queue with a priority value of <code>10</code> is given scheduling preference over a job queue with a priority value of <code>1</code>. All of the compute environments must be either Amazon EC2 (<code>EC2</code> or <code>SPOT</code>) or Fargate (<code>FARGATE</code> or <code>FARGATE_SPOT</code>). Amazon EC2 and Fargate compute environments can't be mixed.</p>
* <p>The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
4328
-
* longer than specified times. Batch will perform each action after <code>maxTimeSeconds</code> has passed.</p>
4322
+
* <p>The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state longer than specified times. Batch will perform each action after <code>maxTimeSeconds</code> has passed.</p>
* <p>The overrides for the conatainers defined in the Amazon EKS pod. These containers run before
6510
+
* <p>The overrides for the <code>initContainers</code> defined in the Amazon EKS pod. These containers run before
6505
6511
* application containers, always runs to completion, and must complete successfully before the next
6506
6512
* container starts. These containers are registered with the Amazon EKS Connector agent and persists the
6507
6513
* registration information in the Kubernetes backend data store. For more information, see <a href="https://kubernetes.io/docs/concepts/workloads/pods/init-containers/">Init
6508
6514
* Containers</a> in the <i>Kubernetes documentation</i>.</p>
* <p>The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
7400
-
* longer than specified times. Batch will perform each action after <code>maxTimeSeconds</code> has passed.</p>
7403
+
* <p>The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state longer than specified times. Batch will perform each action after <code>maxTimeSeconds</code> has passed. (<b>Note</b>: The minimum value for maxTimeSeconds is 600 (10 minutes) and its maximum value is 86,400 (24 hours).)</p>
0 commit comments