View source: R/quota_management.R
| exponential_backoff | R Documentation |
Internal function to handle rate limiting with exponential backoff
exponential_backoff(attempt_number, max_attempts = 5, base_delay = 1)
attempt_number |
Integer. Current attempt number |
max_attempts |
Integer. Maximum attempts before giving up |
base_delay |
Numeric. Base delay in seconds |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.