How to deal with timeouts on Automate based on AIP Logics?

Hi everyone. First time posting here :slight_smile:

Is there a good way to deal with timeout limit for automations based on AIP logic? There is an AIP logic that loops on large number of objects and the timeout on the relevant Automate is causing failures.

2 Likes

@byeongmink I’m assuming you must be calling a function with automation. To manage timeout of function please check this - Extending the timeout duration for a TypeScript function execution - Product Feedback - Palantir Developer Community

1 Like

Hey @roshanv329v Thank you so much for your reply!

Unfortunately, when I access the function from the Ontology Manager it says that the function is read-only and can only be edited from the AIP Logic. I assume this is happening since my function is backed by AIP Logic.

This is problematic, since AFAIK there is no option for me at AIP Logic to increase the timeout limit.

Do you know any alternative way to handle the timeout for a function backed by AIP Logics?