fix(reporting): TUI hangs for 5s due to blocking socket read#93
fix(reporting): TUI hangs for 5s due to blocking socket read#93NikkeTryHard merged 1 commit intomasterfrom
Conversation
…onsive TUI Socket read timeout reduced from 5s to 100ms so the scheduler unblocks quickly for TUI updates. ProgressBar steady tick enabled at 100ms on both ProgressReporter and TachReporter so the spinner animates independently of test result arrival. Fixes #81 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ 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 |
Summary
scheduler.rsso the scheduler unblocks quickly for TUI updatesenable_steady_tick(100ms)on bothProgressReporterandTachReporterProgressBars so the spinner animates independently of test result arrivalFixes #81