Running Resumable Sync Jobs

Design and review long-running batch or sync jobs that process many items against a remote API and persist checkpoint state — exit codes that report partial failure, checkpoints that are safe to resume, per-item tolerance vs. fatal abort, telling "zero" apart from "couldn't fetch", bounded retries, honest dry-runs, timezone-safe incremental cursors, and compensating reserved resources. Use when writing or reviewing a mirror/sync command, a nightly cron job, an importer, a paginated fetcher, or a background worker that consumes quota.

wdm0006 Updated

File contents

wdm0006/python-skills/tree/main/skills/common/sync-jobs commit e9ce254317

Frequently asked questions

npx skillmds@latest add wdm0006/running-resumable-sync-jobs