akka-quartz-scheduler is now maintained here: https://github.com/enragedginger/akka-quartz-scheduler
Regards, Patrik On Thu, Sep 18, 2014 at 4:46 PM, Roland Kuhn <[email protected]> wrote: > There is nothing magical about the relationship between a scheduler and > actor messaging, you can pick any solution that you want and just have the > jobs that you schedule send messages as desired. Our reasoning behind not > maintaining akka-quartz-scheduler is that other implementors that > concentrate on (persistent) scheduling will likely do a better job at this > aspect than we could. > > So, if quartz <http://quartz-scheduler.org/> does what you need, why > don’t you just use quartz directly? The main reason would probably be that > the Java API needs to be wrapped—as Brendan did—to be nicely usable from > Scala, but that is not a huge obstacle; you might just copy excerpts from > github > <https://github.com/typesafehub/akka-quartz-scheduler/blob/4e446ec18e9582972eb5e64d61eae2be61ddcb51/src/main/scala/QuartzSchedulerExtension.scala#L190> > into > your project to get started quickly. > > OTOH if there is enough demand for this wrapper, then we’re hopeful that > some people step up to maintain the Akka integration. > > Regards, > > Roland > > 18 sep 2014 kl. 15:11 skrev Soumya Simanta <[email protected]>: > > Thanks. > > Is there a replacement for this functionality? > > Currently I'm using the Akka scheduler. I was planning to move to quartz > but looks like the future of quartz is still not clear. > > On Sep 18, 2014, at 9:01 AM, Patrik Nordwall <[email protected]> > wrote: > > Maintenance of akka-quartz-scheduler has stalled, and the project is looking > for a new maintainer > <https://github.com/typesafehub/akka-quartz-scheduler/issues/8>. > > Regards, > Patrik > > On Wed, Sep 17, 2014 at 8:34 PM, Soumya Simanta <[email protected]> > wrote: > >> I'm currently using Akka 2.3.6 and would like to use the Quartz >> Scheduler. >> https://github.com/typesafehub/akka-quartz-scheduler >> >> The github page says: >> >> Current Built against: >> >> * Akka 2.0.x >> * Akka 2.1.x >> * Akka 2.2.x >> >> Is there a version of Quartz-scheduler that works with Akka 2.3.6 ? >> >> >> >> -- >> >>>>>>>>>> Read the docs: http://akka.io/docs/ >> >>>>>>>>>> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user >> --- >> You received this message because you are subscribed to the Google Groups >> "Akka User List" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > > Patrik Nordwall > Typesafe <http://typesafe.com/> - Reactive apps on the JVM > Twitter: @patriknw > > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to a topic in the > Google Groups "Akka User List" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/akka-user/Xl6dnFP67bM/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > > > > > *Dr. Roland Kuhn* > *Akka Tech Lead* > Typesafe <http://typesafe.com/> – Reactive apps on the JVM. > twitter: @rolandkuhn > <http://twitter.com/#!/rolandkuhn> > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
