Long Running Jobs

Decide how an agent should wait for work that outlives a turn — training runs, Slurm/sbatch jobs, sweeps, long builds. Use when a job "takes hours" or "runs overnight", the user says "check back when it's done", "wait for training to finish", or "run B after A finishes" — and especially when you are about to schedule a recurring check-in or repeated squeue poll to babysit a run. Ranks scheduler chaining, one blocking backgrounded wait, event streams, then scheduled wake-ups last.

daviddwlee84 Updated

File contents

daviddwlee84/agent-skills/tree/main/skills/local/long-running-jobs commit f2b872308d

Frequently asked questions

npx skillmds@latest add daviddwlee84/long-running-jobs