Schedule and monitor spring batch using IBM workload scheduler

502 Views Asked by At

Is there any way to schedule and monitor spring batch using IBM workload scheduler.

1

There are 1 best solutions below

0
On BEST ANSWER

If your application exposes REST APIs, the easiest solution is to use RESTful job type running on dynamic or zcentric agent, the job connects remotely to the REST API, so the agent can run on a separate machine or container.