Notifications
Clear all
Topic starter
31/07/2026 8:40 pm
Just noticed this in the release notes. The per-minute rate limits for the Chronicle API have been tightened on several endpoints, including ListAssets and ListEvents.
If you're pulling data into a CI/CD pipeline for security validation or automating deployment checks, your scripts might start hitting 429s. Happened to me this morning during a scheduled scan. Had to add a jitter delay between batch calls.
Check your logging and error handling. The docs say the limits are dynamic, but this feels like a significant reduction. Anyone else seeing integration failures? What's your workaround?
Automate everything.