Serverless function timeout concerns (#9689)

closes https://github.com/twentyhq/core-team-issues/issues/242
- unify timeout behavior between local and lambda
- add timeout in serverless entity
- set timeout default to 300s (5min)
This commit is contained in:
martmull
2025-01-17 14:49:02 +01:00
committed by GitHub
parent 679429447d
commit f8f9bb2b78
14 changed files with 100 additions and 15 deletions

View File

@ -6,6 +6,7 @@ export const SERVERLESS_FUNCTION_FRAGMENT = gql`
name
description
runtime
timeoutSeconds
syncStatus
latestVersion
latestVersionInputSchema