We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2c37c commit 62d415cCopy full SHA for 62d415c
src/sentry/uptime/detectors/tasks.py
@@ -43,7 +43,7 @@
43
# Default value for how often we should run these subscriptions when onboarding them
44
ONBOARDING_SUBSCRIPTION_INTERVAL_SECONDS = int(timedelta(minutes=60).total_seconds())
45
# Default timeout for subscriptions when we're onboarding them
46
-ONBOARDING_SUBSCRIPTION_TIMEOUT_MS = 1000
+ONBOARDING_SUBSCRIPTION_TIMEOUT_MS = 10000
47
48
logger = logging.getLogger("sentry.uptime-url-autodetection")
49
0 commit comments