Conversation
Updates slack-morphism to latest version which includes: - tokio-tungstenite 0.29.0 (fixes potential WebSocket ResetWithoutClosingHandshake) - signal-hook 0.4.x updates - Flexible paging API and new files API methods This addresses intermittent Slack message send failures caused by HTTP client issues in the older version. See spacedriveapp#515. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes #515.
Slack messages were failing to send intermittently — 132 failures in one day, all sizes. Bot token verified working via curl, so the issue was in the HTTP client layer.
Bumping slack-morphism from 2.17 to 2.19 resolves it. The upgrade pulls in tokio-tungstenite 0.29 and signal-hook 0.4, which likely fix the stale connection / WebSocket reset issues we were seeing.
Tested with multiple messages including a full worker pipeline (arxiv paper review → browser tools → 3.5KB result delivered via retrigger). Zero send failures, zero retries needed.