Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove monitoring UDP hub_port from example/test configs #3710

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

benclifford
Copy link
Collaborator

This port will be chosen dynamically, and that is fine in test situations.

This is probably also better in environments where users run multiple Parsl instances at once: they cannot all use the removed port 55055 and will interfere with each other.

Ongoing work to refactor monitoring radios will remove this hub_port parameter, making it either unnecessary (when non-UDP monitoring radios are used) or specified as part of the radio selection.

This PR removes hub_port from tests and examples as preparation for that change.

Changed Behaviour

The monitoring UDP port will be chosen dynamically in tests and examples.

Type of change

  • Code maintenance/cleanup

This port will be chosen dynamically, and that is fine in test situations.

Ongoing work to refactor monitoring radios will remove this hub_port
parameter, making it either unnecessary (when non-UDP monitoring radios are
used) or specified as part of the radio selection.

This PR removes hub_port from tests and examples as preparation for that
change.
@khk-globus khk-globus added this pull request to the merge queue Dec 2, 2024
Merged via the queue into master with commit 1f583af Dec 2, 2024
7 checks passed
@khk-globus khk-globus deleted the benc-monitoring-hub_port branch December 2, 2024 19:13
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