Versions Compared

Key

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

...

By default the Groundplex machine only accepts HTTP requests from the Loopback interface (127.0.0.1). To allow access from other machines, you must change the HTTP interface of the Groundplex configuration to listen on Any any IP address (0.0.0.0). This may also require additional network changes, such as opening up a firewall, so consult your network administrator for guidance. 

When a triggered task Triggered Task is invoked through an On-premise or Override URL, the Task is cached for subsequent executions. The cached Tasks are then used on subsequent triggers of the URL, reducing task execution latency. Triggered tasks expire from the cache after an hour.

Additional Setup for Multiple Groundplex Nodes

A triggered task Triggered Task can run on any of the Groundplex nodes. Because of internal load-balancing between Snaplex nodes for triggered tasksTriggered Tasks, the node in the multi-node Snaplex designated in the On-premise URLs might not be the node that executes the Pipeline associated with that Task. Therefore, you need to configure the Groundplex nodes to accept requests from the other nodes so that data can be streamed back to the client. 

...

Two additional configurable URLs (Local override URL and Local override Secure URL) appear on the Task Details page. The Override URLs differ from the On-premises URLs in that you can use them to trigger a task to run on any Snaplex node, whereas the On-premises URL always runs on the Snaplex node that was specified when the Task was created.

If a triggered task Triggered Task is assigned to Snaplex A, then it always runs on that Snaplex if triggered with the On-premise URL. Therefore, even if triggered on a node on Snaplex B, the Task still runs on Snaplex A. However, if the Override URL is used, then the Task runs on Snaplex A if triggered on Snaplex A and Snaplex B if triggered on Snaplex B.

...

On the same screen, you can review task status to determine if you need to run a triggered task Triggered Task on another Snaplex. Furthermore, clicking on the task detail displays a window with Pipeline statistics, parameters, and information such as path, node, and the user who ran the Pipeline.

...