cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with invoking triggered task using Groundplex URL

Senthilnaga91
New Contributor III

We are experiencing an issue when invoking the triggered task using the Groundplex URL. The problem is that when we trigger the task using the Groundplex URL (load balancer URL), it immediately returns a 200 response code. It does not wait for the job to complete before returning a success status. I am wondering why the 200 response code is returned immediately upon triggering instead of waiting for the job to complete. The triggered task cloud URL behaves as expected; we only encounter this issue with the Groundplex URL. Any help would be much appreciated.

 

1 ACCEPTED SOLUTION

acbradley
Employee
Employee

Check the pipeline on your Trigger Task for closed output view(s).  Cloud URL (elastic.snaplogic.com) are synchronous (with or without open output view) but Groundplex URL are asynchronous with pipelines having closed output view(s).  Having an open output view in the pipeline allows the Trigger Task on the Groundplex URL to become synchronous. 

View solution in original post

2 REPLIES 2

acbradley
Employee
Employee

Check the pipeline on your Trigger Task for closed output view(s).  Cloud URL (elastic.snaplogic.com) are synchronous (with or without open output view) but Groundplex URL are asynchronous with pipelines having closed output view(s).  Having an open output view in the pipeline allows the Trigger Task on the Groundplex URL to become synchronous. 

Senthilnaga91
New Contributor III

Thanks for the suggestion @acbradley, it worked !