Improve Reliable Tasking extension documentation#302
Merged
Conversation
- Add "How It Works" lifecycle section: delivery only while connected, TTL evaluated at delivery time, receipt-based confirmation - Fix targeting docs: one of sid/tag/selector is required (omitting the selector does not task all sensors; use "*" for that), document tag - Document the task action response fields (task_id, total_sensors, tasked_sensors, queued_sensors) - Add untask API documentation with examples, parameters and semantics - Add "TTL and Delivery Guarantees" section with the timeout pattern and late-receipt caveat - Document the delivery feedback events emitted through the ext-reliable-tasking webhook adapter, with a D&R example - Add "Fanning Out at Scale" section: server-side fan-out via selector, 429 behavior and X-RateLimit-* headers - Correct the stale list-action note and code fence languages Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0174UgLr8Bwp16estNd9TQio
lcbill
approved these changes
Jul 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expands and corrects the Reliable Tasking extension page based on the extension's actual behavior, prompted by customer questions about TTL semantics,
untask, and large fan-outs.restart/upgrade_coreare confirmed on send since they emit no receipt.selectorsends the task to all sensors; the extension actually requires one ofsid/tag/selectorand rejects the request otherwise. Now documents all three (thetagparameter was previously undocumented) and"*"to target all sensors.taskaction response (task_id,total_sensors,tasked_sensors,queued_sensors).untasksection — API examples, parameters, thedeletedcount response, and semantics (queued tasks are reliably cancelled; already-delivered tasks cannot be recalled).add_task,try_task,task_sent,task_done,task_failure) emitted via the auto-installedext-reliable-taskingwebhook adapter, with a D&R example.tag/selectorfans out server-side, plus HTTP 429 /X-RateLimit-*header behavior.list-action note (it scopes by sensor viasid/tag/selector, defaulting to*) and fixed code fence languages.Testing
npx markdownlint-cli2passes on the modified file (0 errors).🤖 Generated with Claude Code
https://claude.ai/code/session_0174UgLr8Bwp16estNd9TQio