Skip to content
Open
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
4 changes: 3 additions & 1 deletion src/sentry/options/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -2614,9 +2614,11 @@
)

# Webhook processing controls
# Most threads a skip-on-failure claim delivers on, bounded by the records it
# claimed.
register(
"hybridcloud.webhookpayload.worker_threads",
default=4,
default=16,
flags=FLAG_AUTOMATOR_MODIFIABLE,
)
# Remove the rows a claim-bounded drain finishes with — delivered, attempts
Expand Down
Loading