Expand description
Time-based validation: deadlines, cooldowns, staleness.
Functionsยง
- check_
cooldown_ elapsed - Check that enough time has elapsed since the last operation.
- check_
deadline_ not_ passed - Check that a deadline has NOT passed (now < deadline).
- check_
deadline_ passed - Check that a deadline has passed (now >= deadline).
- check_
in_ future - Check that a timestamp is in the future.
- check_
in_ past - Check that a timestamp is in the past.
- check_
staleness - Check that data is not stale (updated recently enough).