You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding the Compute4PUNCH backend, the SSHClient is now used by two different backends. However, the client is implemented as a singleton, so it can't be used by the two backends at the same time. This means that workflows whose jobs run on multiple backends will not work if more than one of the chosen backends rely on SSH to dispatch jobs.
While this is not a big issue for now, as we do not expect to have instances that enable both Slurm@CERN and Compute4PUNCH, we should in any case refactor SSHClient to not be a singleton.
The text was updated successfully, but these errors were encountered:
After adding the Compute4PUNCH backend, the
SSHClient
is now used by two different backends. However, the client is implemented as a singleton, so it can't be used by the two backends at the same time. This means that workflows whose jobs run on multiple backends will not work if more than one of the chosen backends rely on SSH to dispatch jobs.While this is not a big issue for now, as we do not expect to have instances that enable both Slurm@CERN and Compute4PUNCH, we should in any case refactor SSHClient to not be a singleton.
The text was updated successfully, but these errors were encountered: