01-05-2024 12:15 AM
I have a pipeline with scheduled task that sometimes fail due to timeout. Is there a way to configure the scheduled task to re-run when failure occurs? I am looking for a way to force an attempt at least two re-runs with about 5min apart. Thanks.
Solved! Go to Solution.
01-05-2024 12:22 AM
Hello @omiaye.
You could leverage the SnapLogic Public Runtime API. Mainly, you could check if the pipeline has executed successfully and based on that you can re-attempt if needed.
For more info about the Public APIs please refer to:
You will need to set up the filter parameters according to your case.
Please let me know if this helps you!
Regards,
Aleksandar.
01-05-2024 12:22 AM
Hello @omiaye.
You could leverage the SnapLogic Public Runtime API. Mainly, you could check if the pipeline has executed successfully and based on that you can re-attempt if needed.
For more info about the Public APIs please refer to:
You will need to set up the filter parameters according to your case.
Please let me know if this helps you!
Regards,
Aleksandar.
01-05-2024 11:59 AM
@Aleksandar_A could you elaborate a bit more on your solution? I understand how to check the api.