Public/ps1/Configuration/Start-LeftConnectSession.ps1

function Start-LeftConnectSession {
    
    Start-AllPipelines
    while ($true) {
        Start-Sleep -Seconds (60*60)
    }
}