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: Add startup parameters for ActivityPub cache sizes #941

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

bstasyszyn
Copy link
Contributor

Added startup parameters for the actor/public-key cache, as well as the actor IRI cache in the Outbox.

closes #940

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

Added startup parameters for the actor/public-key cache, as well as the actor IRI cache in the Outbox.

closes trustbloc#940

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@cla-bot cla-bot bot added the cla-signed label Dec 10, 2021
@codecov
Copy link

codecov bot commented Dec 10, 2021

Codecov Report

Merging #941 (2895c6f) into main (a69852a) will decrease coverage by 0.00%.
The diff coverage is 93.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #941      +/-   ##
==========================================
- Coverage   89.29%   89.28%   -0.01%     
==========================================
  Files         159      159              
  Lines       14702    14757      +55     
==========================================
+ Hits        13128    13176      +48     
- Misses        971      975       +4     
- Partials      603      606       +3     
Impacted Files Coverage Δ
cmd/orb-server/startcmd/params.go 81.10% <91.66%> (+0.89%) ⬆️
cmd/orb-server/startcmd/start.go 72.99% <100.00%> (+0.19%) ⬆️
pkg/activitypub/client/client.go 86.53% <100.00%> (ø)
pkg/activitypub/service/outbox/outbox.go 89.24% <100.00%> (ø)
pkg/activitypub/service/service.go 94.02% <100.00%> (+0.18%) ⬆️
pkg/activitypub/service/monitoring/monitoring.go 77.35% <0.00%> (-2.84%) ⬇️
pkg/observer/pubsub.go 94.49% <0.00%> (ø)

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 a69852a...2895c6f. Read the comment docs.

@bstasyszyn bstasyszyn merged commit bf62adc into trustbloc:main Dec 10, 2021
@bstasyszyn bstasyszyn deleted the cacheparams branch December 10, 2021 20:25
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 ActivityPub caches
3 participants