Share

Job Scheduler

Subscribe

VBScript and JavaScript Function Question

You are viewing a single message from this topic. View all messages.

  1. 2009-11-06 08:59:45 UTC

    Hello Tom,

    If I understood you correctly, the parallel jobs workaround is working but some times it will result in too many tasks in Job Scheduler.

    The solution is to assign the jobs to a process class. Please see http://www.sos-berlin.com/doc/en/scheduler.doc/xml/process_class.xml

    So you can define a process class called tomsprocessclass with max_processes="25". You can then assign your jobs to that process class and Job Scheduler will make sure that no more than 25 tasks of these Jobs will be running simultaniously. Other task starts or orders will be enqueued.

    Best Regards,

    Andreas

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.