mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_position, sidebar_class_name, keywords, description, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_position | sidebar_class_name | keywords | description | slug | tags | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| saas-connectivity-limits | Limits | Limits | Limits | 6.8 | limits |
|
This describes certain limits that are in place when running a SaaS Connector | /connectivity/saas-connectivity/limits |
|
Below is a list of limits set in SaaS Connectivity:
- Max Run Time
- The actual run time of a connector is not limited at this time, however a response in the form of
res.send()must be recieved from a command at least every 3 minutes - If you have a long running call, you can use
res.keepAlive()to send a heartbeat to Identity Security Cloud in betweenres.send()calls to let it know the connector is still running
- The actual run time of a connector is not limited at this time, however a response in the form of
- Response Size
- The maximum size of a single
res.send()call is 256 KiB. Note that some metadata is sent along with the call, so the max size of the payload sent will be slightly less than 256 KiB
- The maximum size of a single
- Memory Limits
- Each instance of a running SaaS connector is limited to 512 MB