Skip to content
Snippets Groups Projects
Commit d9fd9d18 authored by Leo P. Singer's avatar Leo P. Singer
Browse files

Set preliminary alert timeout to 0 s

parent 732772c1
No related branches found
No related tags found
1 merge request!957Set preliminary alert timeout to 0 s
......@@ -49,6 +49,8 @@ Changelog
For example, the latency of ``gwcelery.tasks.gracedb.upload`` tasks is
decreased by a median of about 0.5 s.
- Set the preliminary alert timeout to 0 s.
1.0.1 (2022-05-09)
------------------
......
......@@ -103,7 +103,7 @@ superevent_default_d_t_end = 1.0
superevent_far_threshold = 1 / 3600
"""Maximum false alarm rate to consider events superevents."""
preliminary_alert_timeout = 30.0
preliminary_alert_timeout = 0.0
"""Wait this many seconds for the preferred event to stabilize before issuing a
preliminary alert."""
......
......@@ -11,10 +11,6 @@ sentry_environment = 'playground'
<https://docs.sentry.io/enriching-error-data/environments/>`_ in Sentry log
messages."""
preliminary_alert_timeout = 0.0
"""Wait this many seconds for the preferred event to stabilize before issuing a
preliminary alert."""
early_warning_alert_far_threshold = float('inf')
"""False alarm rate threshold for early warning alerts."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment