Is this Coda being sad about a timeout on a specific response from the API? A single continuation taking too long? The whole sync table run? Something else?
I think that error is saying that the sync formula execution took too long. Try to reduce the amount of work taking place in a single formula execution, and use continuations to spread it out over more executions.
1 Like
Ok like request a smaller page size from the API?
1 Like
Came up with a nifty solution to the DEADLINE_EXCEEDED error using supabase and vercel. This is for Claude LLM responses (which often take >50s to process).
1 Like
