FAQ about function execution
- How to monitor function execution
- Fix "permission denied" errors when running executables in Function Compute
- How to store large files generated by a function?
- How do I query the actual amount of memory that is used for running my program?
- Can functions invoke each other?
- How do I terminate a process in an infinite loop?
- How do I prevent loops from being triggered?
- Is my execution environment secure and isolated? How is security ensured?
- When is temporary disk space released?
- What can I do if my function exceeds the timeout period?
- If I have 10 functions that will use the same public library, can I upload a single copy of the library that my functions can share?
- Is a runtime released after functions in the runtime return responses? Can I reuse the cached state or resources from a previous invocation?
- Why do functions that are infrequently used take a longer period of time to invoke?
- How to keep instances alive to eliminate the impact of cold starts?
- What do I do if a function times out with the error "Function time out after"?
- How do I filter requests that take a long time to execute?