Resume Orthanc peer connection

I have an orthanc that transfers the data to two peers…when the network is down the the data is only in the local orthanc from workstation. is it possible to resume the transfer of files that are fail when network is back ?

function OnStoredInstance(instanceId)
SendToPeer(instanceId, “peer1”)
SendToPeer(instanceId, “peer2”)
end

Hi Jack

You may get some inspiration from this script.

HTH,

Alain