lwy-2
33c1e6224c
fix(feishu): catch unhandled promise rejection in streaming card flush timer ( #99301 )
...
* fix(feishu): catch unhandled promise rejection in streaming card flush timer
## What Problem This Solves
The scheduled flush update in FeishuStreamingSession called
`this.update(pending)` without catching potential rejections, which
could cause unhandled promise rejections when card content updates
fail due to transient network errors.
## Why This Change Was Made
Add a `.catch()` with diagnostic logging to the scheduled flush
timer's `update()` call so transient card update failures are visible
without causing unhandled promise rejections.
## User Impact
Scheduled streaming-card updates that fail transiently will log a
diagnostic instead of producing an unhandled promise rejection.
## Evidence
node scripts/run-vitest.mjs extensions/feishu/src/media.test.ts
Test Files 1 passed (1)
Tests 44 passed (44)
pnpm exec oxfmt --check ...
All matched files use the correct format.
node scripts/run-oxlint.mjs ...
oxlint_exit=0
git diff --check
exit=0
Co-Authored-By: Claude <noreply@anthropic.com >
* test(feishu): cover rejected scheduled card flush
---------
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-07-03 02:20:43 -07:00
..
2026-06-14 18:02:38 +08:00
2026-06-26 13:19:33 +01:00
2026-06-18 11:02:00 +08:00
2026-06-04 21:59:00 -04:00
2026-06-26 12:09:38 -07:00
2026-06-26 12:09:38 -07:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-07-01 04:43:24 -07:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-24 10:33:40 -07:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-14 12:11:49 +08:00
2026-06-04 21:59:00 -04:00
2026-06-30 11:04:32 -07:00
2026-06-04 21:59:00 -04:00
2026-06-20 18:47:54 +08:00
2026-06-30 11:04:32 -07:00
2026-06-16 21:18:05 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-28 23:12:09 -07:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-17 10:49:28 +08:00
2026-06-26 13:19:33 +01:00
2026-06-19 05:50:54 +00:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-14 17:28:54 +08:00
2026-06-14 17:28:54 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-09 11:34:21 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-16 16:53:29 +08:00
2026-06-16 16:53:29 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-10 16:34:06 +09:00
2026-07-02 22:12:53 -07:00
2026-06-04 21:59:00 -04:00
2026-05-31 08:16:11 +01:00
2026-05-10 12:37:10 +01:00
2026-06-04 21:59:00 -04:00
2026-05-31 08:16:11 +01:00
2026-06-04 21:59:00 -04:00
2026-06-17 17:24:25 +02:00
2026-06-04 21:59:00 -04:00
2026-06-17 17:24:25 +02:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-17 17:24:25 +02:00
2026-06-14 17:28:54 +08:00
2026-06-14 17:28:54 +08:00
2026-06-14 12:11:49 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-28 18:36:00 -07:00
2026-06-19 00:33:04 +08:00
2026-07-02 02:28:21 -07:00
2026-07-02 02:28:21 -07:00
2026-06-04 21:59:00 -04:00
2026-06-18 11:02:00 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-07-01 01:58:58 -07:00
2026-06-04 21:59:00 -04:00
2026-06-14 10:56:15 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-16 21:18:05 +08:00
2026-06-14 10:56:15 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-30 11:04:32 -07:00
2026-06-04 21:59:00 -04:00
2026-06-16 15:11:51 +08:00
2026-06-28 23:12:09 -07:00
2026-07-01 01:58:58 -07:00
2026-06-14 10:56:15 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-14 10:56:15 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-28 23:12:09 -07:00
2026-06-28 23:12:09 -07:00
2026-07-02 19:08:11 -07:00
2026-06-16 18:47:31 +08:00
2026-06-14 10:56:15 +08:00
2026-06-14 10:56:15 +08:00
2026-06-04 21:59:00 -04:00
2026-07-02 12:42:31 -07:00
2026-07-02 12:42:31 -07:00
2026-06-04 21:59:00 -04:00
2026-06-17 17:24:25 +02:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-16 15:44:08 +02:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-24 10:33:40 -07:00
2026-06-24 10:33:40 -07:00
2026-06-04 21:59:00 -04:00
2026-07-01 08:12:13 -07:00
2026-07-01 08:12:13 -07:00
2026-06-04 21:59:00 -04:00
2026-06-28 18:40:41 -07:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-09 11:34:21 +08:00
2026-06-04 21:59:00 -04:00
2026-06-09 11:34:21 +08:00
2026-06-17 10:30:45 +02:00
2026-06-18 11:02:00 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-07-02 19:08:11 -07:00
2026-07-03 02:20:43 -07:00
2026-07-03 02:20:43 -07:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-17 17:24:25 +02:00
2026-06-04 21:59:00 -04:00
2026-06-17 17:24:25 +02:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-14 12:11:49 +08:00
2026-06-04 21:59:00 -04:00
2026-06-04 21:59:00 -04:00
2026-06-17 09:38:41 +08:00
2026-06-17 09:38:41 +08:00
2026-06-17 17:24:25 +02:00