WFM Schedule Publish API 429 on Tuesday Bulk Load

Quick question about the schedule publish endpoint behavior.

Our Tuesday automation hits /api/v2/wfm/schedules/agents with a batch of 150 agents.

The system returns HTTP 429 Too Many Requests immediately after the first 50 records.

Is there a hidden rate limit for WFM bulk updates in the Chicago region?

This is typically caused by the default WFM API rate limiting, which caps bulk writes at 50 records per request cycle. Do not assume the Chicago region has different limits; the constraint is global. Split the 150-agent payload into three separate POST requests with a 200ms delay between each to bypass the 429 response.