Hi, Akka 2.2 is an ancient version, almost 3 years old and it is not supported at all. 2.2.5 is the last version of that line. If you want support for these versions you need commercial support subscription.
-Endre On Tue, Apr 5, 2016 at 12:35 PM, Aurélien Panhaleux <[email protected]> wrote: > Hello, > > I use akka (v2.2) over Play Framework (v2.2.6). > I have a scheduler programmed to be executed each day at 8am. Everything > was working fine, until one day to come where one of my scheduler became to > be triggered twice in a row. > The calls are separated by 1 millisecond, you can see logs of my > application triggered in first place in the onReceive method of my > scheduler : > 2016-03-09T07:00:38.741Z: [ [37minfo [0m] application - > EmailNotification.onReceive.DAILY > 2016-03-09T07:00:38.742Z: [ [37minfo [0m] application - > EmailNotification.onReceive.DAILY > > This misbehaviour happens in a sporadic way, I can't find any reliable > information in my application to understand this probem, does someone have > any clue about it ? > > Thanks > > -- > >>>>>>>>>> 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 https://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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
