We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7f776 commit 9308010Copy full SHA for 9308010
1 file changed
bec_lib/bec_lib/alarm_handler.py
@@ -154,6 +154,7 @@ def get_alarm(self, severity=Alarms.WARNING):
154
for alarm in alarms:
155
yield alarm
156
157
+ @threadlocked
158
def raise_alarms(self, severity=Alarms.MAJOR):
159
"""Raise unhandled alarms with specified severity.
160
0 commit comments