* Fire-and-forget send of everything sendable. Never throws, never logs * above debug. Safe to call at startup of long-running commands.
()
| 266 | * above debug. Safe to call at startup of long-running commands. |
| 267 | */ |
| 268 | maybeFlush(): void { |
| 269 | void this.flushNow().catch(() => { /* fail silent */ }); |
| 270 | } |
| 271 | |
| 272 | /** |
| 273 | * Drain in-memory state to the buffer, then send completed-day rollups and |
no test coverage detected