KhCO
KhCO

Reputation: 73

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.

Upvotes: 1

Views: 1718

Answers (1)

Luca Basso Ricci
Luca Basso Ricci

Reputation: 18383

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

Upvotes: 3

Related Questions