I am trying to run a spring batch job in Heroku dyno. Let's say the job contains 2 steps.
If the Heroku dyno recycles (read as JVM shuts down) while step 2 is in progress, is there a way to start from step 2 the next time JVM comes up?
I am trying to run a spring batch job in Heroku dyno. Let's say the job contains 2 steps.
If the Heroku dyno recycles (read as JVM shuts down) while step 2 is in progress, is there a way to start from step 2 the next time JVM comes up?