tractor/docs/guide
Gud Boi 16dd876b0c Make UDS reaping platform-aware
Moving Darwin sockets to `/tmp/tractor-<uid>` left pytest and the
standalone reaper searching only `XDG_RUNTIME_DIR`. Enabling that
shared bindspace naively would also let automatic session cleanup
unlink an independent live `registry@1616.sock`.

Resolve the runtime's actual default UDS bindspace on every platform.
Exclude the pid-less registry sentinel from automatic cleanup while
retaining explicit CLI removal, and document that destructive choice.

Cover bindspace resolution and automatic-vs-explicit sentinel policy.

Review: PR #480 (goodboy)
https://github.com/goodboy/tractor/pull/480

(this patch was generated in some part by `opencode` using
`gpt-5.6-sol` (`openai`))
2026-08-14 10:36:27 -04:00
..
asyncio.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
cancellation.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
clustering.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
context.rst Fix review nits from PR #460 self-review 2026-06-28 13:29:01 -04:00
debugging.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
discovery.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
index.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
msging.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
parallelism.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
rpc.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
spawning.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
streaming.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
testing.rst Make UDS reaping platform-aware 2026-08-14 10:36:27 -04:00