add consumer autoscaling by RabbitMQ queue backlog declared in deploy/consumers.yaml - #84
Open
tommyguccis wants to merge 6 commits into
Open
tommyguccis wants to merge 6 commits into
tommyguccis wants to merge 6 commits into
Conversation
added 6 commits
September 11, 2026 06:32
…on_resource from create_consumer_manifests
… merge and generate processes, expected-error.txt - exit codes of the generation and of kustomize build were ignored, so --update recorded a broken output as expected - drop the fallback to the old --load_restrictor flag, it masked the real kustomize error - a scenario with expected-error.txt must fail during generation with every line of the file in the output
…/consumers.yaml - a consumer with an autoscaling block gets a HorizontalPodAutoscaler on the external metric rabbitmq_queue_backlog when ENABLE_CONSUMER_AUTOSCALING=true - consumers are declared either in DEFAULT_CONSUMERS or in the file, not both
…loy/consumers.yaml - the runner copies a scenario's consumers.yaml into the mock project and checks invariants of the generated consumer manifests independently of the expected files, which --update records as they are
…te-application apply - kubectl apply does not prune, a stale autoscaler kept overriding the static replicas - the cleanup needs list and delete permissions on horizontalpodautoscalers
tommyguccis
force-pushed
the
tk-consumer-autoscaling
branch
from
September 11, 2026 07:27
ecb6b34 to
66cd1f9
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.