We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd00d41 commit d0b493cCopy full SHA for d0b493c
source/adminguide/events.rst
@@ -59,6 +59,14 @@ machine on the event bus. All the CloudStack events (alerts, action
59
events, usage events) and the additional category of resource state
60
change events, are published on to the events bus.
61
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
+
70
Implementations
71
~~~~~~~~~~~~~~~
72
An event bus is introduced in the
0 commit comments