Azure / azure-functions-durable-powershell

PowerShell SDK for writing Durable Functions apps
MIT License
7 stars 3 forks source link

Linux ADO agents may fail test runs due to timeouts #52

Open michaelpeng36 opened 1 year ago

michaelpeng36 commented 1 year ago

Currently, pipeline runs on Linux may fail due to either orchestrator timeouts or due to HttpClient timeouts. These may be due to worker concurrency settings not being optimized for test runs, but investigation is required to make runs more reliable.