Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sliding reminders #5

Open
Zetanova opened this issue Sep 7, 2019 · 2 comments
Open

Sliding reminders #5

Zetanova opened this issue Sep 7, 2019 · 2 comments

Comments

@Zetanova
Copy link

Zetanova commented Sep 7, 2019

If the requirement of a reminder is that it only need to triggers every short-period
but beside that has no other requirement then an option is needed to suppress
the persistence of completition events into the event stream.

An example would be a heartbeat that sends a pulse message to a ConsistentHashing router
to ensure that multiple instances of a service are instantiated.
The period would be 30-180sec and to save completed-events into the event stream would only pollute it.

@Horusiath
Copy link
Collaborator

Why using a traditional akka.net scheduler would be a no go in this scenario?

@Zetanova
Copy link
Author

Zetanova commented Sep 8, 2019

Yes it would work, the result would be the same.
ServiceA sends to a remote-service a request,
that it needs to send pulse message to an address back.

I only searched for some kind of finished library,
so i can use it for task, heartbeat with persistence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants