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

Eventsourced Scheduling #58

Open
ahjohannessen opened this issue Feb 1, 2013 · 2 comments
Open

Eventsourced Scheduling #58

ahjohannessen opened this issue Feb 1, 2013 · 2 comments

Comments

@ahjohannessen
Copy link
Contributor

The built-in scheduling mechanism in Akka is nice and sufficiently accurate for most use cases - However, it does not survive JVM crashes. So it would be a useful addition to include a "mechanism" for scheduling that is based on eventsourced rather than say Quartz etc.

I do not have the solution for this, but I think this feature would be very useful for many users that need scheduling that only relies on Akka and Eventsourced.

@krasserm
Copy link
Contributor

@ahjohannessen are you happy with the general idea of a persistent scheduler as discussed in this thread?. Should this be taken as a basis for a general event sourced scheduler offered by the library? WDYT?

@ahjohannessen
Copy link
Contributor Author

@krasserm I think for the most part that I am happy with that general idea, I think it is a good basis. I will ping you if I get some better idea :)

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