# # job_scheduler.conf -- Configuration file for the job_scheduler.pl script. # # MAX_JOBS 2 # # The maximum number of simultaneous running jobs to allow. MAX_LOAD 2 # # The maximum instantaneous load allowed. If the load exceeds this value, # new jobs will not be started. LOG_PATH /app/data/logs # # The absolute path to the directory in which to store log files by default. WRAPPER_PATH /app/tools/job/bin/job_wrapper.pl # # The absolute path to the 'job_wrapper' executable. JOB_CLASSES foo, bar # # An optional comma-seperated list of job classes to execute.