mschubert / clustermq

R package to send function calls as jobs on LSF, SGE, Slurm, PBS/Torque, or each via SSH
https://mschubert.github.io/clustermq/
Apache License 2.0
146 stars 27 forks source link

Reconnect SSH? #108

Closed mschubert closed 3 years ago

mschubert commented 5 years ago

If a user is running a longer computation via SSH, but gets disconnected somewhere along the process we lose the result.

Maybe ssh_proxy could store them, and allow an option to reconnect the session to retrieve the results.