Which Application Node is a Flow Running On?

Which Application Node is a Flow Running On?

Comments

  • How do I determine which application node in a Decisions cluster is running a flow? I am trying to see that each node is running its fair share of flows so I know that load is being distributed evenly (Active-Active configuration).

  • The servers work together to appropriately distribute load/work so that one server is not over or under-utilized. However, if we want to determine the Flows that run on each node, we can have the Log step introduce in each Flow and review this Logfile from each node to determine the Flows that got executed on that particular node. The Log step writes the custom log messages, and each node will have its unique Log file.

    Please refer to our documentation on [url=https://documentation.decisions.com/docs/using-the-log-step]Using the Log Step[/url] and [url=https://documentation.decisions.com/docs/creating-custom-log-files]Creating the Custom logs file[/url].

Sign In or Register to comment.