Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.3-incubating
-
None
-
None
Description
Currently we only have a 'transient' (in memory) batch info storage or we write it to the database.
For cases where you e.g. use batchee-cli with the openejb embedded lifecycle and start up your batch on the command line as own JVM it could be great to store all the checkpoints etc into a file based PersistenceManagerService.
That way one could restart the batch even if the JVM crashes for example.