The Queue Page defines the basic settings for the Job Queue.
Name
Enter a name for this Queue. The name is limited to 255 characters and must be unique.
Check this box to enable execution of jobs in the Queue. If this box is not checked, jobs in the Queue will not be executed.
Resubmit pending jobs when adTempus restarts
If jobs were queued (awaiting an available execution slot in the queue) when the adTempus service was shut down, adTempus will resubmit those jobs on startup if this option is checked. Otherwise, they will not be resubmitted.
For example, suppose this Queue has an execution limit of 1 (only one job can run at a time). When the adTempus service is shut down, there is one job executing and three more from this queue that have been triggered and are waiting to be executed. If this option is checked, when the service is restarted adTempus will resubmit those three pending jobs to the queue, in the same order they were in at shutdown.
Note that any jobs that were executing at shutdown are not affected by this option, only jobs waiting to be executed.. The restart options for each job determine whether that job will be restarted.
Limit the number of jobs from this queue that can run concurrently
Use this option to limit the number of jobs from this queue that can run at the same time. See the Job Queue Overview topic for more information.
If Distributed Scheduling is in use, this limit applies individually to each computer. For example, if the limit is set to "1" but the Queue is configured to run jobs on two different Agents, each Agent has a limit of one concurrent job, meaning that there may be two jobs (one on each Agent) running in this Queue at any time. If the Queue is configured for Load Balancing, you can additionally limit the number of concurrent jobs against all computers. See the Distributed Scheduling properties for more information.
Description/Notes
Enter any extended descriptive information or notes for this Queue. There is no limit on the length of the text.
See Also