Skip to content

Commit 62d415c

Browse files
authored
feat(uptime): Bump default timeout for onboarding monitors to 10s (#74739)
1s is a bit low, just increasing this.
1 parent fe2c37c commit 62d415c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/uptime/detectors/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# Default value for how often we should run these subscriptions when onboarding them
4444
ONBOARDING_SUBSCRIPTION_INTERVAL_SECONDS = int(timedelta(minutes=60).total_seconds())
4545
# Default timeout for subscriptions when we're onboarding them
46-
ONBOARDING_SUBSCRIPTION_TIMEOUT_MS = 1000
46+
ONBOARDING_SUBSCRIPTION_TIMEOUT_MS = 10000
4747

4848
logger = logging.getLogger("sentry.uptime-url-autodetection")
4949

0 commit comments

Comments
 (0)