Running Long Background Jobs

Use before launching any long-running, backgrounded, detached, or nohup'd process (backfills, batch migrations, bulk data processing, multi-hour scrapes, crawls), and again when verifying it finished correctly. Also use when reconciling a batch job against a corpus (files, DB rows, records) that other processes — event hooks, cron, other agents — also write to during the run. Triggers on "background job", "long-running job", "detached process", "backfill", "batch job", "nohup", "disown", "unattended run", "overnight job".

iamakbarsha1 Updated

File contents

iamakbarsha1/whetstone/tree/main/skills/running-long-background-jobs commit bfc9f92f70

Frequently asked questions

npx skillmds@latest add iamakbarsha1/running-long-background-jobs