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 b1d25b3Copy full SHA for b1d25b3
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 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
+
70
Implementations
71
~~~~~~~~~~~~~~~
72
An event bus is introduced in the
0 commit comments