task

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package task provides functionality for getting the max number of processors for an ECS task.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task struct {
	// contains filtered or unexported fields
}

Task represents a task.

func New

func New(cfg config.Config) *Task

New returns a new Task.

func (*Task) GetMaxProcs

func (t *Task) GetMaxProcs(ctx context.Context) (int, error)

GetMaxProcs is responsible for getting the max number of processors, or /sched/gomaxprocs:threads based on the CPU limit of the container and the task. The container vCPU can not be greater than Task CPU limit, therefore if Task CPU limit is less than 1, the max threads returned is 1. If no CPU limit is found for the container, then the max number of threads returned is the number of CPU's for the ECS Task.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL