roadrunner-server / roadrunner-plugins

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

bug(jobs): infinity loop on bad response #198

Closed rustatian closed 2 years ago

rustatian commented 2 years ago

Reason for This PR

closes: #190

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 #198 (8e7a0f3) into master (5722346) will increase coverage by 0.06%. The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
+ Coverage   68.30%   68.36%   +0.06%     
==========================================
  Files         141      141              
  Lines       10808    10827      +19     
==========================================
+ Hits         7382     7402      +20     
+ Misses       2654     2651       -3     
- Partials      772      774       +2     
Impacted Files Coverage Δ
jobs/protocol/handler.go 77.61% <ø> (ø)
nats/natsjobs/listener.go 76.47% <25.00%> (+6.25%) :arrow_up:
amqp/amqpjobs/listener.go 72.00% <50.00%> (-11.34%) :arrow_down:
nats/natsjobs/consumer.go 63.07% <60.00%> (-0.72%) :arrow_down:
sqs/sqsjobs/listener.go 61.70% <60.00%> (ø)
jobs/listener.go 52.57% <75.00%> (+0.44%) :arrow_up:
beanstalk/beanstalkjobs/item.go 73.97% <0.00%> (-2.74%) :arrow_down:
tcp/plugin.go 74.35% <0.00%> (-0.86%) :arrow_down:
... and 4 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 5722346...8e7a0f3. Read the comment docs.