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 9169a7d commit 4aadea1Copy full SHA for 4aadea1
src/sentry/uptime/consumers/results_consumer.py
@@ -47,7 +47,7 @@
47
AUTO_DETECTED_ACTIVE_SUBSCRIPTION_INTERVAL = timedelta(minutes=1)
48
# When in active monitoring mode, how many failures in a row do we need to see to mark the monitor as down, or how many
49
# successes in a row do we need to mark it up
50
-ACTIVE_FAILURE_THRESHOLD = 2
+ACTIVE_FAILURE_THRESHOLD = 3
51
ACTIVE_RECOVERY_THRESHOLD = 1
52
# The TTL of the redis key used to track consecutive statuses
53
ACTIVE_THRESHOLD_REDIS_TTL = timedelta(minutes=60)
0 commit comments