parmentelat / apssh

asyncio-based parallel ssh
Other
9 stars 2 forks source link

deprecate keep_connection ? #9

Closed parmentelat closed 6 years ago

parmentelat commented 6 years ago

SshNode has a keep_connection flag, that seems to make sense only in the context of asynciojobs 0.x, where running a scheduler automatically invoked a call to co_shutdown()

Now that this call is made explicit in asynciojobs 1.x, it seems like keep_connection can be removed if not, at least we need a doc review about this topic

parmentelat commented 6 years ago

no longer relevant in 0.13.0