Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEDA task count query should ignore k8s queue #17433

Merged
merged 3 commits into from
Aug 6, 2021

Commits on Aug 5, 2021

  1. KEDA task count query should ignore k8s queue

    CeleryKubernetesExecutor lets us use both celery and kubernetes executors.
    KEDA lets us scale down to zero when there are no celery tasks running.
    If we have no celery tasks running, and we run a k8s task, then KEDA will
    launch a worker even though there are still no celery tasks.  We can prevent
    this from happening by ignoring the kubernetes queue in the KEDA query.
    dstandish committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    ecfa75c View commit details
    Browse the repository at this point in the history
  2. Update chart/templates/workers/worker-kedaautoscaler.yaml

    Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
    dstandish and jedcunningham authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    bbea008 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. fix tests

    dstandish committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    957cdad View commit details
    Browse the repository at this point in the history