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

fix: Use dedicated publisher pool for wait queue #1371

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

bstasyszyn
Copy link
Contributor

Configure the wait queue with a small publisher pool so as not to waste resources.

closes #1370

Signed-off-by: Bob Stasyszyn Bob.Stasyszyn@securekey.com

Configure the wait queue with a small publisher pool so as not to waste resources.

closes trustbloc#1370

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@cla-bot cla-bot bot added the cla-signed label Jun 21, 2022
@codecov
Copy link

codecov bot commented Jun 21, 2022

Codecov Report

Merging #1371 (144d06b) into main (9377d19) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1371      +/-   ##
==========================================
+ Coverage   87.76%   87.80%   +0.04%     
==========================================
  Files         199      199              
  Lines       18594    18595       +1     
==========================================
+ Hits        16319    16328       +9     
+ Misses       1461     1454       -7     
+ Partials      814      813       -1     
Impacted Files Coverage Δ
pkg/pubsub/amqp/amqppubsub.go 88.88% <100.00%> (+0.02%) ⬆️
pkg/observer/pubsub.go 94.49% <0.00%> (ø)
...pub/service/inbox/httpsubscriber/httpsubscriber.go 97.77% <0.00%> (+8.88%) ⬆️

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 9377d19...144d06b. Read the comment docs.

@fqutishat fqutishat merged commit c5e79fc into trustbloc:main Jun 21, 2022
@bstasyszyn bstasyszyn deleted the 1370 branch June 21, 2022 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use different publisher pool config for wait queue
2 participants