Looking for advice on handling JWT expiration during JMeter load tests targeting Genesys Cloud BYOC Edge 24.1.0.
Running 500 concurrent threads against POST /api/v2/architect/flows. Requests return 401 Unauthorized after 5 minutes, even though the access token should be valid for an hour. Is there a specific rate limit on token validation or should I implement a custom refresh logic in JMeter?