Browse Source

ref(crons): Exclude deliver-webhooks-control sub-min tasks (#67627)

Evan Purkhiser 11 months ago
parent
commit
2c0e67e8be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/sentry/utils/sdk.py

+ 1 - 0
src/sentry/utils/sdk.py

@@ -435,6 +435,7 @@ def configure_sdk():
     # exclude monitors with sub-minute schedules from using crons
     exclude_beat_tasks = [
         "deliver-from-outbox-control",
+        "deliver-webhooks-control",
         "flush-buffers",
         "sync-options",
         "sync-options-control",