Between November 26th and 28th, 2025, customers using Harness Pipelines in Prod2 and Prod3 experienced degraded performance including longer queue times, delays between pipeline stages, and some execution failures.
Affected Time Periods:
During pipeline execution, Harness publishes execution data to our dashboards service for visualization. On November 26th, we deployed an update that introduced an incompatible change to the Avro data serialization format. This caused the data publishing process to fail silently.
As these timeout operations accumulated across hundreds of executing pipelines, they consumed the available worker threads in the pipeline execution service. When the thread pool became exhausted, new pipeline requests had to wait for threads to become available, resulting in the performance degradation observed across the platform.
Customers experienced the following during this incident:
We identified and fixed the incompatible code, then deployed the corrected version to Prod2 and Prod3. This resolved the issue, and pipeline executions returned to normal performance levels.
To prevent similar issues in the future, we are taking the following actions: