Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a request on the component tRestClient.
In my job I'm calling a Rest/POST that execute a stored procedure on a certain DB.
This procedure takes a couple of minutes to execute, and it seems like it does not give a response back to the TALEND Job (maybe for a timeout or similar).
If I check in the STAT table on the db I see that the execution of this specific sub-job is indicated as failed, but the procedure has been executed correctly without any issue.
How can I avoid this failure? As I have a monitoring on the stat table I need that the execution is traced in the right way.
Thank you in advance for your help.