SIGN IN SIGN UP

feat(cloud): self-throttle 'cloud sessions sync' via --min-interval-mins

Record last_sync_at in cloud_sessions_sync.json on each non-dry run and
skip early when the previous sync ran more recently than
--min-interval-mins. Makes the command safe to drive from cron/systemd
timers (call often, it self-throttles); --force still overrides.
J
jeremy committed
07911265e05b27b26ea91faab715a1ea006e8852
Parent: a8809c9