roadrunner-server / roadrunner-plugins

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

feat(rabbitmq): add `durable` and `delete_queue_on_stop` options #196

Closed rustatian closed 2 years ago

rustatian commented 2 years ago

Reason for This PR

closes: #170

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 #196 (a23bf0c) into master (258e81c) will decrease coverage by 0.09%. The diff coverage is 90.32%.

:exclamation: Current head a23bf0c differs from pull request most recent head 992fb5a. Consider uploading reports for the commit 992fb5a to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
- Coverage   68.45%   68.35%   -0.10%     
==========================================
  Files         141      141              
  Lines       10756    10767      +11     
==========================================
- Hits         7363     7360       -3     
- Misses       2627     2637      +10     
- Partials      766      770       +4     
Impacted Files Coverage Δ
amqp/amqpjobs/config.go 85.00% <ø> (ø)
amqp/amqpjobs/redial.go 65.97% <57.14%> (-0.69%) :arrow_down:
amqp/amqpjobs/consumer.go 69.67% <100.00%> (+0.33%) :arrow_up:
amqp/amqpjobs/rabbit_init.go 72.09% <100.00%> (ø)
tcp/handler/handler.go 51.35% <0.00%> (-6.09%) :arrow_down:
reload/watcher.go 76.92% <0.00%> (-2.89%) :arrow_down:
sqs/sqsjobs/item.go 67.10% <0.00%> (+1.31%) :arrow_up:
beanstalk/beanstalkjobs/item.go 76.71% <0.00%> (+2.73%) :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 258e81c...992fb5a. Read the comment docs.