fix(triggers): seed the trigger-expression attribute snapshot at actor startup
This commit is contained in:
@@ -529,6 +529,7 @@ public class InstanceActor : ReceiveActor
|
||||
_options,
|
||||
_logger,
|
||||
triggerExpression,
|
||||
_attributes,
|
||||
_healthCollector,
|
||||
_serviceProvider));
|
||||
|
||||
@@ -578,6 +579,7 @@ public class InstanceActor : ReceiveActor
|
||||
_options,
|
||||
_logger,
|
||||
triggerExpression,
|
||||
_attributes,
|
||||
_healthCollector));
|
||||
|
||||
var actorRef = Context.ActorOf(props, $"alarm-{alarm.CanonicalName}");
|
||||
|
||||
Reference in New Issue
Block a user