1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00
appwrite/src/Executor
Ben Humphries fbd277f6aa
executor: pass build timeout to runtimes (#7350)
open-runtimes executor (v1/runtimes) supports passing a timeout parameter that defaults to 600 seconds.

->param('timeout', 600, new Integer(), 'Commands execution time in seconds.', true)

https://github.com/open-runtimes/executor/blob/main/app/http.php#L383

This change passes the _APP_FUNCTIONS_BUILD_TIMEOUT env var.
2024-01-04 11:46:08 +01:00
..
Executor.php executor: pass build timeout to runtimes (#7350) 2024-01-04 11:46:08 +01:00