Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

About Grid Resource #4662

jintaeson ·

Hi,

I'm curious about the order in which resources are allocated.Are they allocated sequentially or randomly?

For example, if resources are created as shown below, is "1" always the highest priority among 1~4?

resource name : TEST
Node Selection :
(
node.getHostName().startsWith("1")
|| node.getHostName().startsWith("2")
|| node.getHostName().startsWith("3")
|| node.getHostName().startsWith("4")
)

  • replies 1
  • views 8
  • stars 0
robinshen ADMIN ·

QB will select the most appropriate node matching specified resource. The "most appropriate" node is determined by node preference settings in advanced settings of steps.