R/req-throttle.R
throttle_status.Rd
Sometimes useful for debugging.
throttle_status()
A data frame with one row per token bucket and four columns:
The realm.
realm
The capacity of the bucket.
capacity
Number of tokens remaining in the bucket.
tokens
Time to_wait in seconds for next token.
to_wait