We are getting timeouts on functions that work fine and do not timeout, outside of Clay.
Is there a way to extend the timeout count inside a Clay table?
We don't have a direct way to extend the timeout count for functions inside a Clay table. However, you can optimize your workflow using AI formulas and conditional runs to potentially mitigate timeout issues.
AI formulas allow you to generate custom code in your table to format, clean, and reshape data without using credits. This can help streamline your operations and potentially reduce the likelihood of timeouts.
For API integrations, you can define rate limits to control how many requests are sent within a given time frame. This helps prevent exceeding API rate limits and may reduce timeout occurrences.
Can you provide more details about the specific functions that are timing out? This information would help us better understand your situation and offer more targeted advice.