Help Center/ CodeArts/ Billing/ Billing Items/ Number of Parallel Jobs
Updated on 2024-11-13 GMT+08:00

Number of Parallel Jobs

Billing Description

CodeArts parallel job extension is billed by the number of parallel jobs.

To learn about the price of CodeArts, visit CodeArts Pricing Details.

Table 1 Billing by number of parallel jobs

Billing Item

Description

Resource Extension Type

Billing Formula

Parallel check jobs

Total number of parallel executions for all your code check tasks in a region.

Parallel check extension

Unit price × Number of parallel jobs × Purchased duration

Parallel pipeline jobs

Total number of parallel executions for all your pipeline tasks in a region.

NOTE:

This takes effect only for pipeline tasks. Code check and deployment in these tasks consume the parallel job quota of the corresponding service.

Parallel pipeline extension

Parallel deployment jobs

Total number of parallel executions for all your deployment tasks in a region.

Parallel deployment extension

Calculation Example

  • Scenario Description

    Pipelines X and Y are both started for a tenant.

    • Pipeline X: consists of check task a and deployment task c.
    • Pipeline Y: consists of check tasks a and b, which are executed in parallel.
  • Calculation Method Analysis
    • Code check: Task a is executed in both pipelines, consuming 2 parallel check jobs. Task b is also executed, consuming 1 parallel check job. So 3 parallel check jobs are used in total.
    • Deployment: Deployment task c consumes 1 parallel deployment job.
    • Pipeline: Both pipelines are executed, consuming 2 parallel pipeline jobs.