| 091 | One command files a story: the outbox files an entry by running a single configured command, through which the harness knows nothing else about the tracker — the entry on stdin, its key in the environment, the last non-empty line of stdout recorded as a reference and never parsed, and an exit code saying landed, retry (75, EX_TEMPFAIL) or stop; a zero exit naming no reference is read as transient, since it establishes nothing about whether the request arrived, and so is a command killed at its timeout, whose kill reaches the process group so no children are left behind; idempotency given the key is the command's promise and the harness says plainly that it cannot check it, as it says of the rule that a sync command must not commit | Ch. 17, external systems; Ch. 18, hardening |
0 commit comments