This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Expose rabbitmq ha queue and durable queue Beaver config values - #19 #20
Open
fatmcgav
wants to merge
14
commits into
electrical:master
Choose a base branch
from
fatmcgav:expose_rabbitmq_ha_queue
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* use @garethr's module skeleton as basis * add LICENSE (XXX: danger zone: this wasn't here before) * switch to using concat (only in deps so far) * TODO: make tests pass ;) * TODO: fix all "issues" and pull requests
all tests still failing, and i don't know why :(
* break version backwards compat, by using the $resource_$attribute pattern * fix (simplify ;) tests * remove params, pull all into init
Without this pip would reinstall beaver on every run; don't want that. * rename package to Beaver, because case-sensitivty (@igalic)
json_raw may be a typo? works4me
More works4me (tm).
* install everything into a virtualenv * enable removal of package through removal of virtualenv ;) * add a temporary hack to allow installation of python-daemon, which in version 2.0.1 (latest) breaks our installation entirely. * optionally install pyzmq if the transport is zmq. * fix tests: package vs python_pip
* on debian, we also need to preserve the environment (-m), because "for historical reasons" we aren't using start-stop-daemon * on both, debian & rhel, remove those weird $ before the echo'd strings
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Expose the 'rabbitmq_ha_queue' and 'rabbitmq_queue_durable' config items.
Also incorporates @igalic changes for #17