If you are using v2.x make these jobs synchronous. This will ensure that only one job can run at a time. If you still want to run them asynchronous, check out 24x7 Script Archive on the Web that has a tip on how to run/prevent jobs from the same "class" to start while another job from the job "class" is running. If you are using v3.x, make these jobs synchronous and put them in the same queue. This will ensure that only one job can run at a time in the same job queue. : Hi, : how to... if I don't want same program run conccurently? : The program is a Jal script and it's setup to run every 5 minutes. : Thanks.
|