Exception: XeroKiwi::Throttle::Timeout

Inherits:
Error
  • Object
show all
Defined in:
lib/xero_kiwi/throttle.rb

Overview

Raised when the per-minute bucket is empty and the caller has already waited longer than the limiter’s configured max_wait. The right fix is usually to slow the caller down or raise headroom; swallowing this quietly tends to hide the problem.