Conversation
Collaborator
vervitK
commented
Mar 14, 2026
- Added a race detector job to the CI workflow for improved testing of concurrent code.
- Updated architecture documentation to include details on concurrency, performance tuning, and back-pressure mechanisms.
- Enhanced deployment documentation with new environment variables for pipeline input queue capacity and WebSocket write coalescing.
- Improved README.md to reflect updates in architecture and deployment sections for better contributor onboarding.
- Added a race detector job to the CI workflow for improved testing of concurrent code. - Updated architecture documentation to include details on concurrency, performance tuning, and back-pressure mechanisms. - Enhanced deployment documentation with new environment variables for pipeline input queue capacity and WebSocket write coalescing. - Improved README.md to reflect updates in architecture and deployment sections for better contributor onboarding.
…ector - Changed Go version in CI workflow from 1.25 to 1.22.x for compatibility. - Added a race detector job to the CI workflow, ensuring it runs after the build step. - Modified test command to remove verbose flag for standard testing output. - Updated architecture and deployment documentation to reflect changes in concurrency handling and metrics configuration.
- Added `github.com/go-sql-driver/mysql` and `github.com/lib/pq` as direct dependencies in `go.mod`. - Updated CI workflow to dynamically set Go version based on `go.mod`. - Enhanced API key caching logic in `pkg/config/config.go` to avoid caching empty values. - Refactored `pkg/transport/websocket` to support optional write coalescing configuration in `NewConnTransport`. - Improved performance by reusing HTTP transports across multiple services in `pkg/services`.
…ipeline runner - Updated websocket transport to use private fields for write coalescing configuration, enhancing encapsulation. - Improved context handling in the pipeline runner to ensure prompt cancellation during processing. - Added synchronization in observer tests to prevent race conditions and ensure accurate assertions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.