Help Center/ CodeArts/ Billing/ Billing Items/ Number of concurrent executions
Updated on 2025-09-01 GMT+08:00

Number of concurrent executions

Billing Description

The billing item of concurrency extension is the number of concurrent executions.

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

Table 1 Billing by number of concurrent executions

Billing Item

Description

Resource Extension Type

Billing Formula

Concurrent checks

Total number of concurrent executions for your account's all code check tasks in a region.

Check concurrency extension

Unit price × Concurrency × Purchased duration

Concurrent pipeline executions

Total number of concurrent executions for your account's all pipelines in a region.

NOTE:

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

Pipeline concurrency extension

Concurrent deployments

Total number of concurrent executions for your account's all deployment tasks in a region.

Deployment concurrency 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 concurrently.
  • Calculation Method Analysis
    • Code check: Task a is executed in both pipelines, consuming 2 concurrent checks. Task b is also executed, consuming 1 concurrent check. So 3 concurrent checks are used in total.
    • Deployment: Deployment task c consumes 1 concurrent deployment.
    • Pipeline: Both pipelines are executed, consuming 2 concurrent pipeline executions.