PeopleSoft · Rate Limits

Peoplesoft Rate Limits

PeopleSoft API throughput (REST, Integration Broker, Component Interfaces) is governed by the customer's PeopleTools deployment topology — application server domains, IB queue tuning, and database capacity — not a vendor-side rate limit.

1 Limits Throttle: 429
Rate LimitingERPHCMEnterprise Software

Limits

PeopleTools REST / IB deployment
varies
bounded by customer PeopleTools application server and Integration Broker capacity
Rate is determined by domain configuration (PSAPPSRV, PSPUBHND, PSSUBHND), IB queue tuning, and database throughput.

Policies

Customer-Operated Throttling
Throttling and retry behavior are managed in the customer's API gateway / Integration Broker configuration, not by the vendor.
Backoff
Standard exponential backoff with jitter is recommended on any 5xx or 429 response.
PeopleTools Tuning
Capacity is tuned via Integration Broker queue partitioning, application server thread counts, and database connection pools.

Sources