Skip to content

Add --job_workers option to limit parallel local jobs (default 1)#1620

Merged
nsoranzo merged 1 commit intogalaxyproject:masterfrom
mvdbeek:limit_parallel_jobs
Mar 3, 2026
Merged

Add --job_workers option to limit parallel local jobs (default 1)#1620
nsoranzo merged 1 commit intogalaxyproject:masterfrom
mvdbeek:limit_parallel_jobs

Conversation

@mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Mar 2, 2026

Adds a --job_workers CLI option that controls the number of workers for Galaxy's local job runner. Defaults to 1 to run jobs sequentially, which avoids resource contention during testing. The value is configurable via CLI or global config for users who want parallel job execution.

When a custom --job_config_file is provided, this option is ignored since the user manages their own config.

Adds a --job_workers CLI option that controls the number of workers for
Galaxy's local job runner. Defaults to 1 to run jobs sequentially, which
avoids resource contention during testing. The value is configurable via
CLI or global config for users who want parallel job execution.

When a custom --job_config_file is provided, this option is ignored
since the user manages their own config.
@nsoranzo nsoranzo merged commit 171ff9e into galaxyproject:master Mar 3, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants