Results 1 to 2 of 2

Thread: Two trigger calling same job at same time

Threaded View

  1. #1

    Default Two trigger calling same job at same time

    Hi,

    I am using Quartz scheduler to schedule the spring batch jobs.

    Right now, I am creating two triggers to call same spring batch job to run at same time.

    After the time has passed, only one of the trigger is scheduled and the status of the job in job_execution table is in STARTED/EXECUTING status only.

    What setting/configuration do I need to make in the spring batch job, so that only one thread is started at a particular time?

    I have attached the spring batch job file.
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

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