ThrottlingException

exception borneo.ThrottlingException(message)[source]

Cloud service only.

ThrottlingException is a base class for exceptions that indicate the application has exceeded a provisioned or implicit limit in terms of size of data accessed or frequency of operation.

Operations resulting in this exception can be retried but it is recommended that callers use a delay before retrying in order to minimize the chance that a retry will also be throttled.

It is recommended that applications use rate limiting to avoid these exceptions.