Skip to content

Add configurable timeout for brancher creation #166

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gunneman
Copy link

@gunneman gunneman commented Jun 9, 2025

Introduced a new option, hn_brancher_timeout, to configure the timeout for brancher Hypernode creation. Updated the DeployRunner to utilize this option and added relevant documentation to the README for its usage. The default timeout remains 1500 seconds if not explicitly set.

Introduced a new option, `hn_brancher_timeout`, to configure the timeout for brancher Hypernode creation. Updated the DeployRunner to utilize this option and added relevant documentation to the README for its usage. The default timeout remains 1500 seconds if not explicitly set.
@@ -34,6 +34,7 @@ class DeployRunner
{
public const TASK_BUILD = 'build';
public const TASK_DEPLOY = 'deploy';
public const OPTION_HN_BRANCHER_TIMEOUT = 'hn_brancher_timeout';
Copy link
Collaborator

Choose a reason for hiding this comment

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

This would optimally go to the hypernode-deploy-configuration so that it becomes available for autocomplete in IDEs.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Perhaps an environment variable would be more fitting?

@poespas
Copy link
Collaborator

poespas commented Jun 10, 2025

Hi @gunneman !

Thank you for your Pull request, highly appreciated. We left one feedback point and sadly will require a second Pull Request to the hypernode-deploy-configuration repository. Please let us know if you have questions about this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants