Sawahel
Sawahel

Reputation: 1

ServiceFabric Actor Reminder service is triggers 'ReceiveReminderAsync' muiltiple times instead of only once

Registering actor as follows:

ActorRuntime.RegisterActorAsync<JobTriggerActor>(
     context, actorType) => new ActorService(context, actorType)).GetAwaiter().GetResult();

and by adding a breakpoint at the ReceiveReminderAsync method it's triggered 3 times after each duration.

Upvotes: 0

Views: 51

Answers (0)

Related Questions