google-cloud-functions 是否在超时时重试?
Does google-cloud-functions retry on timeout?
我想知道 google 函数是否总是在超时时重试执行。例如 "Function execution took 60003 ms, finished with status: 'timeout'"
我多次看到相同的 execution_id 运行。可以吗?
默认情况下不重试函数。您需要配置它们以这种方式运行。见 documentation.
我想知道 google 函数是否总是在超时时重试执行。例如 "Function execution took 60003 ms, finished with status: 'timeout'"
我多次看到相同的 execution_id 运行。可以吗?
默认情况下不重试函数。您需要配置它们以这种方式运行。见 documentation.