Can Quartz Scheduler Run jobs serially?

后端 未结 2 952
执念已碎
执念已碎 2021-01-18 16:59

I\'m looking into using Quartz Scheduler, and I was wondering if it was possible to schedule jobs not by time, but when another job finishes. So, when Job A is done, it sta

2条回答
  •  攒了一身酷
    2021-01-18 17:12

    You may want to check the QuartzDesk project I have been involved in. QuartzDesk is a management and monitoring platform for Quartz-based apps and in version 2.0 we have added a new job chaining engine to the platform.

    The engine allows you to orchestrate the execution of your jobs and there is no need to modify your application code in any way. Job chains can be dynamically updated through the QuartzDesk GUI without any disruption to your application.

提交回复
热议问题