Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contentsoutlinh1. trueoutlinh1. true1printablefalse2stylh1. none3indent20px

Improving Load Balancing in a Distributed Orders Cluster

Please look at the Cluster article for more information about Distributed Orders Clusters.

Setting

To use the improved load balancing in distributed orders you have to configure the ./config/scheduler.xml:

Code Block
        ...
        <params>
            <param name="scheduler.variable_name_prefix" value="SCHEDULER_PARAM_"/>
            <param name="scheduler.order.keep_order_content_on_reschedule" value="false"/>
            <param name="scheduler.order.distributed.balanced" value="true"/>
        </params>
        ...