Thanks a lot for the discussion Guido, I am going to try and parse what you said here following the example.
If any individual Task fails, the Job Actor would be responsible for handling it (by default restarting it / retrying it). If the Job fails, then some parent (lets call him the Job Supervisor) would be responsible for restarting the job. wrt saving state, would you have the "Job Actor" load its state like I have in the second example? Or would his *parent* (aka the Job Supervisor) be responsible for loading its state from the database and sending it to the Job. This is where I am fuzzy in the Supervision hierarchy. -- >>>>>>>>>> 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.
