简体   繁体   English

Spring Batch限制运行作业

[英]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. 需要类似可配置属性的东西。

JobExplorer 。唯一的方法是通过JobExplorer界面手动检查或直接查询作业元数据表

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 带有 Spring Batch 的 Spring Boot 应用程序未运行作业 - Spring Boot Application with Spring Batch not Running Jobs Spring 批处理集成远程分区 - 运行并行作业 - Spring batch integration remote partitioning - running parallel jobs 是否可以查询正在运行的 Spring 批处理应用程序以检查作业状态? - Is it possible to query a running Spring Batch application in order to check Jobs status? 在春季批处理作业中实现junit - implementation of junit in spring batch jobs 避免在OLTP上进行Spring Batch作业 - Avoiding Spring Batch jobs on OLTP 在包含弹簧靴脂肪罐的几个工作中运行特定的弹簧批处理作业 - Running a specific spring batch job amongst several jobs contained withing a spring boot fat jar SPRING BATCH:如何为任务执行程序中运行的多个作业配置远程分块 - SPRING BATCH : How to configure remote chunking for multiple jobs running in a task executor Spring Batch:如何监视当前正在运行的作业并在jsp页面上显示进度 - Spring Batch:How to monitor currently running jobs & show progress on jsp page 在tomcat中正常关闭春季批处理作业 - Shutting down spring batch jobs gracefully in tomcat Spring Batch:在运行时获取已定义作业的列表 - Spring Batch: get list of defined jobs at runtime
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM