This content has been marked as final.
Show 1 reply
-
1. Re: Active job
cfang Sep 12, 2017 7:44 AM (in response to mistrz_7)org.jberet.repository.PurgeBatchlet (included in jberet-core.jar, but you need to declare and configure it for your batch app) supports deleting job data from job repository based on certain criteria.
See jsr352/test-apps/purgeJdbcRepository/src/main/resources at master · jberet/jsr352 · GitHub for example usage.
Before you start pursing job repostiry, it's worth investigating why these job executions were stuck in STOPPING state.