Skip to content

"--no-ssh" not working ?!? #24

@jedie

Description

@jedie

I start the client on windows with: python.exe Scripts\drqueue --verbose --no-ssh slave

i see the message "Waiting for SSH tunnel to start up . . ."

So:

DrQueueIPython/bin/drqueue

Lines 1015 to 1020 in 3b08a0a

# wait until port 27017 of MongoDB is available
mongodb_available = False
while mongodb_available == False:
mongodb_available = is_port_open("127.0.0.1", 27017)
time.sleep(2)
print("Waiting for SSH tunnel to start up . . . ")
is running?!?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions