Please enable JavaScript to view this site.

Administration manual

Navigation: Tech Doc > Performance optimization > Pool JobRouter

JobRouter variables

Scroll Prev Top Next More

These variables can be used in the processing pool field of steps and routing rules to implement an automatic load-dependent pool assignment.

Variable

Description

[jr_pool_random]

Random pool between 1 and the value of jobflow_pool_size

[jr_pool_random:m-n]

Random pool between m and n

[jr_pool_minload]

Pool with least load (Amount of steps)

[jr_pool_minload:m-n]

Pool with least load between m and n

[jr_pool_current]

Same pool for the subsequent step as for the current step

m >= 1 und m <= jobflow_pool_size

n >= 1 und n <= jobflow_pool_size

m < n