Skip to main content

Posts

Showing posts with the label batch jobs

Priority-based scheduling for batch jobs

   I were in a meeting yesterday of Tech Talk 2 days ago and I found that very useful if you have too many transaction to proceed.    This is a pretty new feature.  Was available in 10.0.25 but with 10.0.29 enabled with all instances. Can be enabled in feature management.    As a setup, first you have to set the  batch reserved capacity level parameter under batch global settings. There are 4 capacity type to be selected. 1.No reserved capacity – Default 2.Low reserved capacity –  %10 3.Medium reserved capacity – %15 4.High reserved capacity –  %25    You can not reserve full capacity.    Then on the batch groups, you define priority. Can see the weigh of the priorities. 1. Low: 5% 2. Normal: 10% 3. High: 15% 4. Critical: 30% 5. Reserved Capacity: 40%  Links: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/sysadmin/priority-based-batch-scheduling#set-the-batch-reserved-capa...