An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.7% on proxy.golang.org

proxy.golang.org : github.com/Azure/azure-sdk-for-go/sdk/batch/azbatch

A pool is a collection of compute nodes (virtual machines) that run portions of your application's workload. A node's size determines the number of CPU cores, memory capacity, and local storage allocated to the node. See Nodes and pools in Azure Batch for more information. A job is a collection of tasks that manages how those tasks run on a pool's nodes. A task runs one or more programs or scripts on a node. New tasks are immediately assigned to a node for execution or queued until the pool has an available node. See Jobs and tasks in Azure Batch for more information. Each task has a working directory under which it can create files and directories. A task can use this directory to store the program run by the task, the data it processes, and its output. A task's files and directories are owned by the task's user. A portion of the node's file system is available to all tasks running on that node as a root directory located on the node's temporary storage drive. Tasks can access this root directory by referencing the AZ_BATCH_NODE_ROOT_DIR environment variable. For more information see Files and directories in Azure Batch.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/%21azure/azure-sdk-for-go/sdk/batch/azbatch
License: MIT
Latest release: 6 months ago
First release: 6 months ago
Namespace: github.com/Azure/azure-sdk-for-go/sdk/batch
Last synced: 2 days ago

    Loading...
    Readme
    Loading...