Skip to content

Commit 487dbb1

Browse files
author
Andy
authored
Update batch parameter outreach
1 parent 4f984ef commit 487dbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/functions/destination-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ If your function fails, you can check the error details and logs in the **Output
194194
> warning ""
195195
> Batch handling for Functions is currently available as an early access beta release. By enabling batch handlers for your function, you acknowledge that your use of batch handlers is subject to [Segment’s Beta Terms and Conditions](https://segment.com/legal/first-access-beta-preview), or the applicable terms governing Beta Releases found in your subscription agreement with Segment.
196196
>
197-
> If you notice any bugs or have any general feedback on this new feature, contact [[email protected]](mailto:beta@segment.com).
197+
> If you notice any bugs or have any general feedback on this new feature, please fill out [this form](https://airtable.com/shr9TU4huO0PK0DSU).
198198
199199
Batch handlers are an extension of destination functions. When you define an `onBatch` handler alongside the handler functions for single events (for example: `onTrack` or `onIdentity`), you're telling Segment that the destination function can accept and handle batches of events.
200200

@@ -285,7 +285,7 @@ async function onIdentifyBatch(events, settings) {
285285

286286
### Configure your batch parameters
287287

288-
You cannot yet configure batch parameters (either in the code or UI) in this version of the beta. If you would like to change your batch parameters, contact [[email protected]](mailto:beta@segment.com) with information about your specific use case, the reason you need to adjust parameters, and the URL to your destination function.
288+
You cannot yet configure batch parameters (either in the code or UI) in this version of the beta. Currently, we wait up to 10 seconds to form a batch of 20 events. If you would like to change your batch parameters, please fill out [this form](https://airtable.com/shr9TU4huO0PK0DSU) and we will contact you once this is made available.
289289

290290
### Avoid writing batch and single event handlers
291291

0 commit comments

Comments
 (0)