Hitting 429 Too Many Requests constantly when running a bulk update script against the /api/v2/users/{userId} endpoint. The rate limit headers are there, but my current retry logic isn’t catching the reset window correctly.
Anyone got a solid snippet for exponential backoff in Python that actually respects the Retry-After header? Current implementation is just sleeping for fixed intervals and failing hard.