Handling rate limts
A basic technique for integrations to gracefully handle limiting is to watch for429
status codes and build in a retry mechanism. The retry mechanism should follow an exponential backoff schedule to reduce request volume when necessary.