Search code examples
javaspring-batchjobs

Spring Batch limit running jobs


Has "spring batch" ability to limit run jobs without manual check job status? Job can be different or instances of one job. Need something like configurable property.


Solution

  • No. The only way is to manually check via JobExplorer interface or directly query jobs metadata tables