Results 1 to 2 of 2

Thread: Limit number of concurrent executing jobs

  1. #1
    Join Date
    May 2005
    Posts
    8

    Default Limit number of concurrent executing jobs

    Is there a way to limit the number of jobs that are executing concurrently? I have a job that I want to limit to 1 instance processing at any given time. Any other instances would be queued until completed and then the next in line started.

  2. #2
    Join Date
    Feb 2008
    Posts
    488

    Default

    Your question seems to be outside the scope of the Spring Batch framework. It seems like you should be using your scheduler (or, perhaps, a custom JobLauncher) to control when, or if, a job is launched.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •