Skip to content

Commit 69f96af

Browse files
authored
Merge pull request #8153 from segmentio/update-journeys-product-limits
Update V2 Journeys product limits for concurrent instances and unique identifiers [DOC-1279]
2 parents 548285d + 60c0314 commit 69f96af

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/engage/journeys/v2/limits.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ This page outlines product limitations for Event-Triggered (V2) Journeys.
77

88
## General limits
99

10-
| Name | Limit | Description |
11-
| ------------------- | --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
12-
| Steps | 50 | Maximum number of steps per journey. |
13-
| Journey name | 73 characters | Maximum length for Journey names. Names must be unique. |
14-
| Step name | 73 characters | Maximum length for step names. |
15-
| Branch name | 73 characters | Maximum length for branch names within a split step. Branch names must be unique across the journey. |
16-
| Additional branches | 5 | Maximum number of branches supported in a split or Hold Until step. |
17-
| Delay duration | Minimum: 5 minutes<br>Maximum: 182 days | Allowed time range for Delay and Hold Until steps. |
18-
| Unique identifier | 500 characters | For Re-enter every time event occurs rules, you must define a unique identifier. The value is limited to 500 characters. |
10+
| Name | Limit | Description |
11+
| ------------------- | --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
12+
| Steps | 50 | Maximum number of steps per journey. |
13+
| Journey name | 73 characters | Maximum length for Journey names. Names must be unique. |
14+
| Step name | 73 characters | Maximum length for step names. |
15+
| Branch name | 73 characters | Maximum length for branch names within a split step. Branch names must be unique across the journey. |
16+
| Additional branches | 5 | Maximum number of branches supported in a split or Hold Until step. |
17+
| Delay duration | Minimum: 5 minutes<br>Maximum: 182 days | Allowed time range for Delay and Hold Until steps. |
18+
| Unique identifier | Property name: 500 characters<br>Property value: 150 characters | For "Re-enter every time event occurs" rules, you must define a unique identifier. The property name is limited to 500 characters, and the property value is limited to 150 characters. |
1919

2020
## Journey Step Billing
2121

@@ -35,7 +35,7 @@ Plans with compute credits instead of journey steps consume 1 compute credit for
3535
| Name | Limit | Description |
3636
| ------------------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
3737
| Requests per second (RPS) | 25 events/sec/profile | Maximum events per second per Segment ID. Timer events are excluded. Excess events get dropped. |
38-
| Instances per profile | 25 concurrent instances | Maximum concurrent Journey instances per profile. |
38+
| Instances per profile | 25 concurrent instances | Maximum concurrent journey instances per profile across all journeys. |
3939
| Send profiles back branch | 100 instances | Maximum count a single journey instance can pass through a Wait Until Send profiles back to the beginning of this step' branch. |
4040

4141
## Journey context

0 commit comments

Comments
 (0)