You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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?
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.
The text was updated successfully, but these errors were encountered: