Deluge Limits
Apart from the number of function calls made in a certain time duration, a few aspects such as the number of lines in a function, timeouts, etc affect the performance of each function.
The following table shows the limits applied to Deluge functions based on their functionality.
Functionality | Description | Limits |
---|---|---|
Execution Time | Function should be executed within the specified time. | 1 minute |
Response Limit | Function should return the response within a particular size. | 10 MB |
Lines of execution | Function is executed based on the number of lines in the code. | 200,000 |
Send Mail | You can send emails using the send mail syntax. | 1000/day |
Webhooks | GET and POST URLs | 50,000 requests/day |