Skip to content

Commit b1d25b3

Browse files
DaanHooglandNuxRo
andauthored
note on the possibility of duplicate alerts (#487)
Co-authored-by: NuxRo <[email protected]>
1 parent cd00d41 commit b1d25b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/adminguide/events.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ machine on the event bus. All the CloudStack events (alerts, action
5959
events, usage events) and the additional category of resource state
6060
change events, are published on to the events bus.
6161

62+
.. note::
63+
Alerts for some more important events will be sent multiple
64+
times. This is due to the nature of guarding
65+
certain resources from multiple threads in the code, to make sure
66+
that events are not missed. Examples are "Host down" or
67+
"HA starting VM". These are considered too important to not send
68+
immediately and hence a check if they are already queued can not be done.
69+
6270
Implementations
6371
~~~~~~~~~~~~~~~
6472
An event bus is introduced in the

0 commit comments

Comments
 (0)