Skip to content

Added support for worker transfer port - #71

Merged
saifulislampi merged 1 commit into
mainfrom
dev/add-transfer-port-support
Jun 15, 2026
Merged

Added support for worker transfer port#71
saifulislampi merged 1 commit into
mainfrom
dev/add-transfer-port-support

Conversation

@saifulislampi

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds CLI plumbing to configure TaskVine vine_factory worker-to-worker transfer port ranges, and updates the default conda environment requirement to a newer ndcctools version that presumably supports the new flag.

Changes:

  • Add --worker-transfer-ports CLI option and propagate it into the worker factory launch command as --transfer-port=....
  • Update environment.yml to require ndcctools>=7.17.0.
  • Document --worker-transfer-ports in the CLI reference.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
floability/workers_manager.py Normalizes new CLI option into worker config and forwards it to vine_factory as --transfer-port.
floability/commands/workers.py Adds --worker-transfer-ports to floability workers start.
floability/commands/argument_groups.py Adds --worker-transfer-ports to shared run/execute argument group.
environment.yml Pins ndcctools to >=7.17.0.
docs/reference/cli.md Documents the new CLI flag for run.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"cores": _attr(cli_args, "cores_per_worker"),
"batch_options": _attr(cli_args, "batch_options"),
"debug_workers": _attr(cli_args, "debug_workers"),
"transfer_port": _attr(cli_args, "worker_transfer_ports"),
Comment on lines +207 to +208

vf_group.add_argument(
@saifulislampi
saifulislampi merged commit dba5def into main Jun 15, 2026
1 check passed
@saifulislampi
saifulislampi deleted the dev/add-transfer-port-support branch July 27, 2026 01:50
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