Exception: Patiently::FrozenInTime

Inherits:
Error
  • Object
show all
Defined in:
lib/patiently/errors.rb

Overview

Raised when the (monotonic) clock does not advance between retries, which usually means time has been mocked/frozen (e.g. via Timecop or Rails' travel/freeze_time). Retrying against a frozen clock would loop forever, so we fail loudly instead.