Skip to content

fix: Enhance RPyCConnection with retry parameters for improved VM con…#21

Merged
abaczek merged 1 commit intomainfrom
rpyc
Feb 26, 2026
Merged

fix: Enhance RPyCConnection with retry parameters for improved VM con…#21
abaczek merged 1 commit intomainfrom
rpyc

Conversation

@adrianlasota
Copy link
Contributor

This pull request updates the VM startup logic to improve connection reliability by adding retry parameters to the RPyCConnection initialization.

Connection reliability improvements:

  • Updated the start method in vm.py to initialize RPyCConnection with retry_timeout and retry_time parameters, allowing for repeated connection attempts during VM startup.

…nection stability

Signed-off-by: Lasota, Adrian <adrian.lasota@intel.com>
Copilot AI review requested due to automatic review settings February 26, 2026 12:01
@mfd-intel-bot
Copy link
Contributor

We don't publish DEVs .whl.
To build .whl, run 'pip install git+https://intel/mfd-hyperv@rpyc'

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request enhances VM connection reliability by adding retry parameters to the RPyCConnection initialization in the start method. The change allows repeated connection attempts during VM startup, improving robustness when VMs are slow to become available.

Changes:

  • Updated RPyCConnection initialization in VM.start() to include retry_timeout and retry_time parameters for automatic retry logic

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

@abaczek abaczek merged commit 8997181 into main Feb 26, 2026
22 of 26 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.

6 participants