Skip to end of banner
Go to start of banner

API Meters

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SnapLogic imposes some throttles on pipelines executed through a triggered task. The API throttling is done for triggered pipelines initiated against the Cloud URL; ground trigger requests are not throttled. There are no limits currently on pipeline executions initiated in any other manner (like scheduled pipelines). There are no limits currently on processing requests through Ultra Pipeline. Ultra pipelines are recommended if the number of API requests is expected to be very high.

There are two limits for triggered pipelines:

  • Total API limit (per day): This is the total number of triggered pipelines which can be executed per day. The count is reset to zero at midnight UTC
  • Concurrent API limit: The total number of triggered pipelines which can be concurrently executed. The default is 10. A triggered pipeline counts against this limit until the pipeline completes.

Hitting either of the above limits will cause the next triggered pipeline execution to fail with HTTP status code 429 (Rate limit exceeded). Currently-running triggered pipelines will continue and non-triggered pipelines can be started without issues.

If the limits need to be increased, please contact your SnapLogic Account Manager.

  • No labels