Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .agents/skills/.gitkeep
Empty file.
4 changes: 4 additions & 0 deletions sentry_streams/sentry_streams/pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,10 @@ class Batch(
batch_timedelta (time duration). If neither is specified, defaults
to a 10-second time window.

The native Rust batch step batches ``PyAnyMessage`` and/or ``RawMessage`` rows; the emitted
message has a single ``PyAnyMessage`` with a ``list`` payload (mixed Python values and/or
``bytes`` per element).

Both batch_size and batch_timedelta can be overridden via the
deployment config's steps_config section.
"""
Expand Down
Loading
Loading