- claimable? now requires the row to still be due, so a reply-chase reschedule that
pushes due_at forward after the sweep enqueued the row no longer fires early.
- Re-enabling delayed_automations on an account reschedules its overdue pending rows
(past DUE_WINDOW) via a job enqueued ahead of the next sweep, so a pause longer than
the expiry window resumes those rows instead of expiring them.