Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Improving Load Balancing in a Distributed Orders Cluster

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

...

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

Code Block
languagexml
        ...
        <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>
        ...