02-07-2017 05:05 PM
This article describes how a triggered task is invoked in the SnapLogic Elastic Integration
Platform using an OnPremise URL through load balanced Groundplex nodes.
Assume that your organization has a SnapLogic Groundplex provisioned with 3 nodes. When an OnPremise URL is exposed for a triggered task, it will automatically suggest the hostname of one of the nodes that belongs to the Groundplex.
e.g., https://GP-Node1:<port>/api/1/rest/feed/<RELATIVE_PATH_TO_TASK>/
To provide redundancy across all nodes in the Groundplex when a triggered task is invoked, a load balancer can be placed in front of the Groundplex nodes. When a load balancer is setup and configured, Snaplogic will use the load balancer in the auto-generated OnPremise URL.
e.g., https://GP-LB:<PORT>/api/1/rest/feed/<RELATIVE_PATH_TO_TASK>/
The following diagram describes the flow of network requests made when remotely executing a triggered task using a load balancer OnPremise URL.
12-03-2021 06:56 PM
@cjhoward18 Really cache part is causing issues.
Use case 1:
Since we have couple of nodes and task got executed by node1 and we are changing account info and 2nd request is telling invalid account info.
Use case 2:
Rest outh2 account token is expired and ideally system should regenerate it after expired, can we check where expire time we are caching.
It would be grate help.
01-13-2022 02:02 PM
One of the special use case for caching issues , after restart it worked but in prod we don’t prefer to restart the server. Any suggestion will be helpfull.
Use Case:
I am experiencing a strange behavior on Prod. I had an error in one of the pipelines. I have fixed the pipeline and deployed the task. The error still persists. I have deleted the task. However, it is still being called with old version when I call the task from Postman.
12-05-2023 01:14 AM - edited 12-05-2023 04:26 AM
@dshen @cjhoward18 @tlikarish @PSAmmirata
Hello gentlemen.
This is a very interesting subject! Reading this I can understand that we practically have two balancing processes here, one from the Load Balancer itself, and the other one from the Control Plane. What I couldn't understand was, what is the criteria when the Control Plane is deciding on which node it should execute the request. The Cache is mentioned throughout the comments, does that mean that the Control Plane is making the decision based on which node the pipeline is already cached? And if yes, does that mean that, if the node which received the request, has the pipeline cached on itself, will execute the request and it won't pass it on to some of the other nodes?
Thank you,
Bojan