Reputation: 73
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.
Upvotes: 1
Views: 1718
Reputation: 18383
No. The only way is to manually check via JobExplorer
interface or directly query jobs metadata tables
Upvotes: 3