From d228d0eb04805fe15baefe622f7dc625b89dffac Mon Sep 17 00:00:00 2001 From: mherrman Date: Tue, 7 Oct 2025 09:29:34 -0700 Subject: [PATCH 1/2] Update pipeline limits and concurrency details Clarified limitations on pipeline configurations and concurrency. --- pages/docs/data-pipelines.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/data-pipelines.mdx b/pages/docs/data-pipelines.mdx index 1b226df1db..fe05fefa88 100644 --- a/pages/docs/data-pipelines.mdx +++ b/pages/docs/data-pipelines.mdx @@ -128,7 +128,7 @@ You can’t delete a trial pipeline in Mixpanel — this is intentional. Each pr ### What is Active Pipeline Limit -Each project can have 2 recurring pipelines and 1 date ranged backfill pipeline active. +Each project can have 2 recurring pipelines and 1 date ranged backfill pipeline active. Multiple pipelines cannot write to the same desination or for the same date range in a destination. Recurring pipelines must have different frequencies. To maintain optimal performance across our services, we limit the number of concurrently running pipeline steps to one per project. This approach ensures that each job, including those involving substantial backfills, waits its turn, preventing any single project from monopolizing resources and thus promoting fair scheduling among all customers. From 3c501dd3792d9597fd20b5219a24c9b064fdbaa9 Mon Sep 17 00:00:00 2001 From: mherrman Date: Tue, 7 Oct 2025 09:52:36 -0700 Subject: [PATCH 2/2] Fix formatting in data-pipelines documentation --- pages/docs/data-pipelines.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/data-pipelines.mdx b/pages/docs/data-pipelines.mdx index fe05fefa88..10b2dffb53 100644 --- a/pages/docs/data-pipelines.mdx +++ b/pages/docs/data-pipelines.mdx @@ -128,7 +128,7 @@ You can’t delete a trial pipeline in Mixpanel — this is intentional. Each pr ### What is Active Pipeline Limit -Each project can have 2 recurring pipelines and 1 date ranged backfill pipeline active. Multiple pipelines cannot write to the same desination or for the same date range in a destination. Recurring pipelines must have different frequencies. +Each project can have 2 recurring pipelines and 1 date ranged backfill pipeline active. Multiple pipelines cannot write to the same destination or for the same date range in a destination. Recurring pipelines must have different frequencies. To maintain optimal performance across our services, we limit the number of concurrently running pipeline steps to one per project. This approach ensures that each job, including those involving substantial backfills, waits its turn, preventing any single project from monopolizing resources and thus promoting fair scheduling among all customers.