Limits - Java and NodeJS Functions
The following are the limits for functions written in Java and NodeJS based on the execution time.
Function Category | Time Limit |
---|---|
Related Lists | 10 seconds |
Button | 10 seconds |
Automation | 30 seconds |
REST API | 1 minute |
Schedules | 15 minutes |
Points to Note
Functions that exceed the above mentioned execution time limits will fail.
If your function code triggers other functions in loops, the system will automatically fail them.
You can upload only jar files and packages to the library.
The size of all the files(in total) that you want to upload must not exceed 10 MB.
When you save and execute your function code in the editor, it should not exceed the maximum time limit of 30 seconds.
The size of your request and response payload must not exceed 1 MB each.
The maximum file size in the editor is 1 MB.
When you call a function via an API, you must use the domain-specific API URL. If you make calls from domains other than the below ones, your function calls will fail.
For US: https://www.zohoapis.com
For EU: https://www.zohoapis.eu
For IN: https://www.zohoapis.in
For CN: https://www.zohoapis.com.cn