Skip to content

Commit ab7637e

Browse files
authored
Merge pull request #4874 from segmentio/edit-concurrency-limit
Add Edit Concurrency to Engage limits
2 parents 079ff67 + 5edda64 commit ab7637e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/engage/product-limits.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ To learn more about custom limits and upgrades, contact your dedicated Customer
2323

2424
| name | limit | Details |
2525
| --------------------------------------------- | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
26-
| Compute Concurrency | 5 concurrent audiences | Segment computes five new audiences or computed traits at a time. Once the limit is reached, Segment queues additional audience computations until one of the five audiences finishes computing. |
26+
| Compute Concurrency | 5 concurrent audiences or computed traits | Segment computes five new audiences or computed traits at a time. Once the limit is reached, Segment queues additional computations until one of the five finishes computing. |
27+
| Edit Concurrency | 2 concurrent audiences or computed traits | You can edit two concurrent audiences or computed traits at a time. Once the limit is reached, Segment queues and locks additional computations until one of the two finishes computing. |
2728
| Compute Throughput | 10000 computations per second | Computations include any Track or Identify call that triggers an audience or computed trait re-computation. Once the limit is reached, Segment may slow audience processing. |
2829
| Events Lookback History | 3 years | The period of time for which Segment stores audience and computed traits computation events. |
2930
| Real-time to batch destination sync frequency | 2-3 hours | The frequency with which Segment syncs real-time audiences to batch destinations. |

0 commit comments

Comments
 (0)