Skip to main content

Compute / Batchproc

Capabilities

Version:
IDTitleDescription
CCC.BatchProc.CP01Data ProcessingProcessing large volumes of data or time consuming operations in batches (groups) without requiring user interaction during execution.
CCC.BatchProc.CP02Job SchedulingAllows workloads to be executed base on a schedules.
CCC.BatchProc.CP03Event TriggersAllows workloads to be executed base on an event.
CCC.BatchProc.CP04Manual TriggersAbility to trigger a job manually when needed.
CCC.BatchProc.CP05Dynamic Resource AllocationAutomatically provision computing resources based on job requirements at the start of execution and deallocate them once the job is completed.
CCC.BatchProc.CP06VPC SupportAbility to deploy compute resources in your VPC for network isolation.
CCC.BatchProc.CP07Job DefinitionsDefines job configurations, including compute resources, environment variables, and execution parameters.
CCC.BatchProc.CP08Job QueuesAbility to organize jobs into queues with execution priorities.
CCC.BatchProc.CP09Job DependenciesAbility to define dependencies between jobs to execute them in a specific order.
CCC.BatchProc.CP10Job OrchestrationAbility to coordinate and manage the execution of multiple jobs to ensure they run in order based on conditions to meet performance or business requirements.
CCC.BatchProc.CP11Multinode Parallel JobsSupport for running HPC (High Performance Computing) workloads that span multiple computing instances.
CCC.BatchProc.CP12Array JobsAbility to run a single job across multiple data inputs or parameters concurrently.
CCC.BatchProc.CP13Container SupportNative support for containerized workloads using Docker containers.
CCC.BatchProc.CP14Retry PolicyAbility to configure retry logic for failed jobs.
CCC.BatchProc.CP15Integration with Data Sources and SinksSeamlessly integrates with various data sources (for reading inputs) and data sinks (for storing outputs) such as object storage, databases, data streams and data warehouses.
CCC.BatchProc.CP16List JobsAbility to list the jobs with their job status such as succeeded, failed, running, pending or submitted.
CCC.BatchProc.CP17Cancel JobsAbility to cancel jobs that are in submitted, pending or runnable states.
CCC.BatchProc.CP18Terminate JobsAbility to terminate jobs that are already running.