Skip to content

Commit

Permalink
feat(v2): read path improvements (#3675)
Browse files Browse the repository at this point in the history
* use go-concurrency-limits to handle query backend concurrency

* Refactor query plan

* Wrap go-concurrency-limits, add test
  • Loading branch information
aleks-p authored Nov 13, 2024
1 parent 04186d8 commit bb45e2e
Show file tree
Hide file tree
Showing 19 changed files with 1,268 additions and 913 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ issues:
- Error return value of .*log\.Logger\)\.Log\x60 is not checked
- Error return value of .*.Log.* is not checked
- Error return value of `` is not checked
# See https://github.com/grpc/grpc-go/issues/7090 for more information
- grpc.Dial(.*) is deprecated

# which dirs to skip: they won't be analyzed;
# can use regexp here: generated.*, regexp is applied on full path;
Expand Down
Loading

0 comments on commit bb45e2e

Please sign in to comment.