The genesys-cloud-export CLI is hitting rate limits immediately when trying to snapshot the full org config for DR purposes. It errors out with HTTP 429 after fetching just the routing queues, even though I’ve set the retry count to 50. The default concurrency seems too aggressive for this endpoint. Here’s the error from the logs:
Error: Request failed with status code 429
at createError (/node_modules/axios/lib/core/createError.js:16:15)
at settle (/node_modules/axios/lib/core/settle.js:17:12)
Is there a flag to throttle the requests or is the CLI just broken for orgs with >10k resources?