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

chore: Added startup parameters for operation queue #1123

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

bstasyszyn
Copy link
Contributor

closes #1120

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

closes trustbloc#1120

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

codecov bot commented Feb 14, 2022

Codecov Report

Merging #1123 (e59ae30) into main (433e286) will decrease coverage by 0.04%.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1123      +/-   ##
==========================================
- Coverage   88.88%   88.84%   -0.05%     
==========================================
  Files         161      161              
  Lines       16033    16060      +27     
==========================================
+ Hits        14251    14268      +17     
- Misses       1099     1107       +8     
- Partials      683      685       +2     
Impacted Files Coverage Δ
cmd/orb-server/startcmd/params.go 80.97% <93.54%> (+0.40%) ⬆️
cmd/orb-server/startcmd/start.go 73.51% <100.00%> (-0.07%) ⬇️
pkg/context/opqueue/opqueue.go 82.78% <100.00%> (+0.17%) ⬆️
...pub/service/inbox/httpsubscriber/httpsubscriber.go 90.90% <0.00%> (-9.10%) ⬇️

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 433e286...e59ae30. Read the comment docs.

@bstasyszyn bstasyszyn merged commit 286df1f into trustbloc:main Feb 14, 2022
@bstasyszyn bstasyszyn deleted the 1120 branch February 14, 2022 19:31
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.

Add startup parameters for the operation queue
3 participants