Asked by Bradley on Oct 18, 2024
Bradley asks if the serverless function execution time limit (observed as 20s) can be bypassed or worked around.
Answered by matiasvad
While direct bypass isn't possible, suggestions include code optimization. A common workaround for long-running tasks involves delegating the heavy processing to an external service (like AWS Lambda or another server) and using techniques like polling HubDB or webhooks to get the results back into HubSpot once completed.