AkkaNetContrib / Home

Akka.NET public public announcements and rules
8 stars 3 forks source link

Akka.Quartz.Actor (add support for .NetStandard 1.6) #16

Open alexvaluyskiy opened 7 years ago

alexvaluyskiy commented 7 years ago

Add support for .NetStandard 1.6, at least create a PR with Quartz.NET 3.0 alpha

kerbybarrett commented 7 years ago

What is the use case here? Do you have a set of requirements?

Aaronontheweb commented 7 years ago

@kerbybarrett persistently scheduled reminders inside an Akka.NET cluster, for things like "do this once every 24 hours"... The built-in scheduler is ephemeral and designed for high frequency, not precise periods of time like Quartz.NET

alexvaluyskiy commented 7 years ago

@Aaronontheweb Quartz.NET still does not support .NET Standard, so we could remove it from the milestone