summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2025-06-26fix: resolve package conflicts and update documentationPaul Buetow
- Move main package files to benchmarks/cmd/ to fix test failures - Update CLAUDE.md with comprehensive benchmarking and profiling instructions - Fix unused imports in serverless.go - Remove experimental buffered pipe/copy implementations - Remove outdated documentation files All integration tests now pass successfully. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-26docs: document remaining serverless mode large file issuesPaul Buetow
Add documentation about the current limitations of serverless mode with files larger than 10KB. While the immediate profiling deadlock is resolved for small files, larger files still experience timeouts. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-26docs: add comprehensive plan to fix serverless mode deadlockPaul Buetow
Document multiple solution approaches for fixing the io.Copy deadlock in serverless mode, with a recommended buffered pipe implementation. Includes detailed implementation phases and success criteria. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-26docs: document serverless mode profiling hang issuePaul Buetow
Add detailed analysis of the deadlock that occurs when profiling dtail commands in serverless mode with large files. The issue is caused by bidirectional io.Copy operations that deadlock when processing files larger than ~478KB. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>