We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow on from #4119
Note: Low priority.
Add an async_request method to the SSH client to match the ZMQ client.
async_request
async def async_request(self, ...) proc = remote_cylc_cmd(...) while True: if proc.poll(): break await asyncio.sleep(self.SLEEP_INTERVAL) ...
This can be used in cylc scan via the get_client abstraction to support the SSH interface in this command.
cylc scan
get_client
Pull requests welcome!
The text was updated successfully, but these errors were encountered:
Unfortunately UID has caused this to be a breaking change which needs fixing before 8.0rc1. Updating the milestone.
Sorry, something went wrong.
This has now become a bug, my bad.
datamel
Successfully merging a pull request may close this issue.
Follow on from #4119
Add an
async_request
method to the SSH client to match the ZMQ client.This can be used in
cylc scan
via theget_client
abstraction to support the SSH interface in this command.Pull requests welcome!
The text was updated successfully, but these errors were encountered: