forked from docs/doc-exports
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
721 B
721 B
How Long Does It Take to Execute a FunctionGraph Function?
Within 900s for synchronous execution and 72 hours for asynchronous execution.
The default execution timeout is 3s. You can set the timeout (unit: s) to an integer from 3 to 259,200. If you set the timeout of a function to 3s, it will be terminated after 3s.
Parent topic: Function Execution FAQs