Files
developer.sailpoint.com/docs/connectivity/saas-connectivity/limits.md
derek-botbyl-kgs 011976c752 Update limits.md
Resolved spelling error 'not -> note'
2024-04-01 12:19:18 -05:00

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
connectivity
connectors
commands
cli
This describes certain limits that are in place when running a SaaS Connector /connectivity/saas-connectivity/limits
Connectivity

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 between res.send() calls to let it know the connector is still running
  • 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
  • Memory Limits
    • Each instance of a running SaaS connector is limited to 512 MB