Runbooks running on Hybrid Workers suddenly get suspended. Pretty sure nothing changed on the Runbooks or the Hybrid Worker computers. It happens across multiple Hybrid Workers, so not specific to one computer.
Error while polling the hybrid notification channel. [AccountId={<redacted>}] [RunbookWorkerGroup=<redacted>] [MachineName=<redacted>] [MachineId={<redacted>}] [Exception=System.UriFormatException: Invalid URI: The hostname could not be parsed.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.UriBuilder..ctor(String uri)
at Orchestrator.Shared.Shared.ConfigurationUtil.GetAppRootDirectory(IConfigurationStore configuration)
at Orchestrator.Runtime.SandboxConfiguration..ctor(IConfigurationStore configurationStore, ICertificateProvider certificateProvider)
at Orchestrator.Runtime.SandboxConfiguration..ctor(IConfigurationStore configurationStore, String runbookWorkerGroup, AccountId owner)
at RunbookWorker.Hybrid.HybridCommunicationManager.GetSandboxProperties(NotificationEventArgs eventArgs)
at RunbookWorker.Hybrid.HybridCommunicationManager.OnNotificationReceived(Object sender, NotificationEventArgs notificationArgs)
at RunbookWorker.Hybrid.CloudNotificationManager.OnNotificationReceived(NotificationEventArgs notificationArgs)
at RunbookWorker.Hybrid.CloudNotificationManager.HandleChannelData(IEnumerable`1 channelDataList)
at RunbookWorker.Hybrid.CloudNotificationManager.PollAndNotify()
]