fdk-java icon indicating copy to clipboard operation
fdk-java copied to clipboard

Use FN_DEADLINE to limit function execution time

Open denismakogon opened this issue 8 years ago • 2 comments

denismakogon avatar Dec 20 '17 19:12 denismakogon

deadline should be enforced in the server, not the runtime shouldn't it? - not clear how this is an FDK requirement.

zootalures avatar Jan 26 '18 15:01 zootalures

fn starts the timeout before fdk receives the request, so FN_DEADLINE gives FDK ability to gracefully abort the request instead of hummer smashing fn timeout.

denismakogon avatar Jan 26 '18 15:01 denismakogon