Using Scheduler Rules

The Scheduler uses three types of rules to allocate resources for working on an operation:

NOTE: When a load arrives at an operation, the Scheduler requests all required resources in the required resource group, forcing each to check its request queue only after all loads scheduled at the same time have arrived. This prevents a lower-priority load from allocating a resource because it arrives when the resource is available, even though a load with higher priority is scheduled to arrive at the same time.

You are not required to use all of these rules. In most cases, the default rules are appropriate and efficient; however, you can define the rules as needed to model your production situations accurately.

Using Custom Scheduler Rules

If the provided rules do not meet your needs, you can write and custom rules and integrate them into the Scheduler. For each of the rules described above, several rule positions are reserved for your custom rules. See Writing Custom Scheduler Rules for more information.


Related Topics

Resources Overview

Scheduling Overview

Resource Groups

Resources