Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(worker): only start one consumer and producer #10

Merged
merged 1 commit into from
Apr 1, 2022
Merged

Conversation

appleboy
Copy link
Member

@appleboy appleboy commented Apr 1, 2022

fix #8
fix #9

Signed-off-by: Bo-Yi Wu [email protected]

@codecov-commenter
Copy link

codecov-commenter commented Apr 1, 2022

Codecov Report

Merging #10 (5275817) into main (16fc9ae) will increase coverage by 2.23%.
The diff coverage is 80.30%.

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   84.91%   87.15%   +2.23%     
==========================================
  Files           2        2              
  Lines         179      179              
==========================================
+ Hits          152      156       +4     
+ Misses         21       16       -5     
- Partials        6        7       +1     
Flag Coverage Δ
go-1.13 87.15% <80.30%> (+2.23%) ⬆️
go-1.14 87.15% <80.30%> (+4.46%) ⬆️
go-1.15 87.15% <80.30%> (+4.46%) ⬆️
go-1.16 87.15% <80.30%> (+3.91%) ⬆️
go-1.17 87.15% <80.30%> (+2.23%) ⬆️
go-1.18 87.15% <80.30%> (+2.23%) ⬆️
ubuntu-latest 87.15% <80.30%> (+2.23%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
nsq.go 82.96% <79.68%> (+0.52%) ⬆️
options.go 100.00% <100.00%> (+8.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16fc9ae...5275817. Read the comment docs.

@appleboy appleboy merged commit 8e59ab4 into main Apr 1, 2022
@appleboy appleboy deleted the bugs branch April 1, 2022 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor to new infrastructure Remove Unnecessary method Usage, Capacity ...
2 participants