[Response Ops][Alerting] isSnoozeActive
can cause Kibana to hang for invalid rRule
parameters
#205558
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Alerting
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
We're seeing an issue where snooze schedules with
bymonth
orbymonthday
set to0
or[0]
are causing an infinite loop inside theisSnoozeActive
function.This is recreateable in the jest tests
Making these modifications will cause the jest tests to hang.
We need to determine whether this 0 value is a valid configuration for rRule. If it's not, we need to determine how it's being set and prevent this function from going into an infinite loop
The text was updated successfully, but these errors were encountered: