Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • API, CLI, and SDK Documentation
  • Command-line Interface

CLI: Concurrent Jobs

Learn how to use the CLI to set the number of migration jobs that run in parallel.

Written by Andrea Harvey

Updated at April 28th, 2025

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Insights
    Prebuilt Insights Custom Insights
  • Content
  • Accounts
  • Activity Log
  • Content Scans
  • Migrations
    Migration Jobs Migration Reports Maps Flagged Items Migration Tools
  • Connections
    Supported Platform Connections Creating Connections Connection Maintenance Connection Pools
  • Entity Types
    DryvIQ Available Entity Types Custom Entity Types Entity Type Maintenance
  • Action Sets
    Creating Action Sets Action Sets Maintenance
  • Settings
    License Performance Notifications Extensions Entity Types Settings Display Settings Configuration
  • API, CLI, and SDK Documentation
    REST API Documentation Command-line Interface SDK Development
  • POC Offering
  • Release Notes
+ More

Table of Contents

Overview Parameters List Concurrent Jobs Command Example Result Updating the Current Value Command Command With Examples Updating the Max Value Command Command With Examples Updating Both Parameters Command Command with examples

The CLI references “skysync.” This is expected.

 

Overview

The concurrent jobs setting determines the number of transfers that will operate in parallel. The default number of concurrent jobs is 6; the maximum number of concurrent jobs is 20. It is important to note that increasing the number of concurrent jobs does not always equal faster/better transfer performance. There is a long list of concepts that must be considered.

Parameters

Updating the concurrent jobs setting is done using the following two parameters. At least one of the parameters must be used in the update command, and the values must be greater than 0.

Parameter Description

current

c

Current number of transfers that will operate in parallel

max

m

Maximum number of transfers that will operate in parallel

List Concurrent Jobs

Command

skysync-cli performance concurrent_transfers show --output-json

Example Result

[
 {
   "concurrent_jobs": {
     "current": 6,
     "max": 8
   }
 }
]

Updating the Current Value

Command

skysync-cli performance concurrent_transfers update --current={#}

or

skysync-cli performance concurrent_transfers update -c {#}

Command With Examples

skysync-cli performance concurrent_transfers update --current=6
skysync-cli performance concurrent_transfers update -c 6

Updating the Max Value

Command

skysync-cli performance concurrent_transfers update --max={#}

or

skysync-cli performance concurrent_transfers update -m {#}

Command With Examples

skysync-cli performance concurrent_transfers update --max=8
skysync-cli performance concurrent_transfers update -m 8

Updating Both Parameters

Two commands can be used to update both parameters. Neither option is required, but at least one option must be included. The current value cannot be larger than the max value.

Command

skysync-cli performance concurrent_transfers update --current={#} --max={#}

or

skysync-cli performance concurrent_transfers update -c {#} -m {#}

Command with examples

skysync-cli performance concurrent_transfers update --current=6 --max=8
skysync-cli performance concurrent_transfers update -c 6 -m 8

When concurrent jobs are set through the CLI, the changes will be reflected on the Performance page in the Settings once the page is refreshed.

 

 

concurrency command line cli jobs concurrent

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • CLI: Jobs
  • CLI: Global Parallel Writes
  • DryvIQ CLI for Migrations

Copyright 2025 – DryvIQ, Inc.

Knowledge Base Software powered by Helpjuice

Expand