docs(configuration): document replication.blobSendDrainTimeout#569
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the documentation for a new configuration option, blobSendDrainTimeout, under the replication section. The review feedback suggests improving the grammar and punctuation of the option's description for better readability.
🚀 Preview DeploymentYour preview deployment is ready! 🔗 Preview URL: https://preview.harper-documentation.harperfabric.com/pr-569 This preview will update automatically when you push new commits. |
New replication config option (HarperFast/harper#1621, HarperFast/harper-pro#529): bounds how long a worker drains in-flight blob sends before shutting down during a restart, so a rolling restart doesn't interrupt a transfer in progress. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
f195734 to
9219128
Compare
🚀 Preview DeploymentYour preview deployment is ready! 🔗 Preview URL: https://preview.harper-documentation.harperfabric.com/pr-569 This preview will update automatically when you push new commits. |
Ethan-Arrowood
left a comment
There was a problem hiding this comment.
LGTM
sent with Claude Fable 5
🧹 Preview CleanupThe preview deployment for this PR has been removed. |
Summary
Documents the new
replication.blobSendDrainTimeoutconfig option in the v5 configuration reference.Companion to:
The option bounds how long a worker waits for in-flight replication blob sends to finish before shutting down during a restart (default 10 min;
0disables), so a rolling restart / component deploy reload doesn't interrupt a transfer and leave the peer's copy diverged.Generated by Claude (Opus 4.8).