Skip to content

Commit d0b493c

Browse files
committed
note on the possibility of duplicate alerts
1 parent cd00d41 commit d0b493c

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 send multiple
64+
times for the same event. 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 to important to not send
68+
immediately and hence a check if they are queued can not be done.
69+
6270
Implementations
6371
~~~~~~~~~~~~~~~
6472
An event bus is introduced in the

0 commit comments

Comments
 (0)