Skip to content

Connection wait time value not behaving as expected. #74

@matteociccozzi-ah

Description

@matteociccozzi-ah
ssh_wrapper = SSHEstimatorWrapper.create(estimator, connection_wait_time_seconds=0) 

Seems passing this does not take effect, I need to manually stop sm-wait even though the wait time is 0. I was able to resolve it by doing:

ssh_wrapper = SSHEstimatorWrapper.create(estimator, connection_wait_time_seconds=0, connection_wait_time=timedelta(seconds=0)) 

Seems like either there is a bug or the docs need to be updated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions