Or Yagel
Or Yagel
Thanks. I'll try that. When do you plan to merge into master?
We're using the following powershell code in Azure Automation: ```param ( [Parameter(Mandatory=$true)][String]$clusterResourceGroup, [Parameter(Mandatory=$true)][Int]$daysToKeep ) write-output "starting..." $Conn = Get-AutomationConnection -Name AzureRunAsConnection Add-AzureRMAccount -ServicePrincipal -Tenant $Conn.TenantID ` -ApplicationId $Conn.ApplicationID -CertificateThumbprint $Conn.CertificateThumbprint...
Sorry to bump this. I have the same issue of a SaaS that expect a `message` field instead of `msg`. Is this possible somehow? Thanks
We would like to see something like that as well - reduce the starvation time. I was thinking of a different approach, just keep extra nodes alive. For exmaple, if...