roadrunner-server / roadrunner-plugins

📦 Home for the roadrunner plugins
MIT License
25 stars 9 forks source link

refactoring(logger): better process exit events handling #84

Closed rustatian closed 2 years ago

rustatian commented 2 years ago

Reason for This PR

Description of Changes

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.] [Reviewer TODO: Verify that these criteria are met. Request changes if not]

codecov[bot] commented 2 years ago

Codecov Report

Merging #84 (470c6bd) into master (549d9e0) will decrease coverage by 0.29%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   69.03%   68.74%   -0.30%     
==========================================
  Files         118      118              
  Lines        9967     9969       +2     
==========================================
- Hits         6881     6853      -28     
- Misses       2412     2446      +34     
+ Partials      674      670       -4     
Impacted Files Coverage Δ
sqs/sqsjobs/config.go 100.00% <ø> (ø)
sqs/sqsjobs/consumer.go 76.58% <ø> (ø)
sqs/sqsjobs/item.go 67.10% <ø> (ø)
sqs/sqsjobs/listener.go 61.70% <ø> (ø)
http/handler/handler.go 82.59% <100.00%> (ø)
server/plugin.go 64.81% <100.00%> (-0.82%) :arrow_down:
sqs/plugin.go 90.90% <100.00%> (ø)
jobs/listener.go 35.15% <0.00%> (-12.50%) :arrow_down:
jobs/metrics.go 95.91% <0.00%> (-4.09%) :arrow_down:
... and 6 more

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 549d9e0...470c6bd. Read the comment docs.