komuw / wiji

Wiji is an asyncio distributed task processor/queue.
MIT License
4 stars 1 forks source link

issues/33: wiji.broker.BaseBroker interface should have a method that is called during shutdown #34

Closed komuw closed 5 years ago

komuw commented 5 years ago

Thank you for contributing to wiji.
Every contribution to wiji is important.

Contributor offers to license certain software (a “Contribution” or multiple “Contributions”) to wiji, and wiji agrees to accept said Contributions, under the terms of the MIT License. Contributor understands and agrees that wiji shall have the irrevocable and perpetual right to make and distribute copies of any Contribution, as well as to create and distribute collective works and derivative works of any Contribution, under the MIT License.

Now,

What(What have you changed?)

Why(Why did you change it?)

References:

codecov-io commented 5 years ago

Codecov Report

Merging #34 into master will decrease coverage by 0.43%. The diff coverage is 27.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage   73.71%   73.28%   -0.44%     
==========================================
  Files          14       14              
  Lines         761      771      +10     
==========================================
+ Hits          561      565       +4     
- Misses        200      206       +6
Impacted Files Coverage Δ
wiji/__version__.py 100% <ø> (ø) :arrow_up:
wiji/worker.py 69.48% <0%> (-2.34%) :arrow_down:
wiji/broker.py 77.08% <60%> (-1.99%) :arrow_down:
wiji/watchdog.py 84.84% <0%> (+1.51%) :arrow_up:

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 549c7c7...5681fd5. Read the comment docs.