Skip to content

Latest commit

 

History

History
151 lines (76 loc) · 5.32 KB

CHANGELOG.md

File metadata and controls

151 lines (76 loc) · 5.32 KB

CHANGELOG

v18.3.0 (2024-09-12)

Feature

  • feat: add keda autoscaling support (#10)

  • feat: add keda autoscaling support

  • refactor: use a hook to extend celery config

  • docs: update documentation with new filter

  • fix: use not required validation

  • fix: use listLength as string

  • docs: add pod-autoscaling notes

  • fix: allow to scale default workers

  • chore: quality fixes

(cherry picked from commit b529b0c1a23bb80115ba4fe1a30690df4918fb7a)

  • refactor: use enable_keda key per variant

(cherry picked from commit b52f142baeb821fc2779b89184503da25b1ef483)

  • fix: only apply overrides if default variant is set

  • fix: add missing enable_keda to typed dict

  • feat: removing CELERY_MULTIQUEUE_ENABLED

  • docs: clarify key entries for workers config

(cherry picked from commit 70aae3b563f669971b2076257347a5f377aef2c3)


Co-authored-by: jfavellar90 <[email protected]> (d2c2f84)

v18.2.1 (2024-08-28)

Chore

  • chore(release): preparing 18.2.1 (317d8ae)

Fix

  • fix: remove unnecessary schema property for service monitor (#9)

  • fix: remove unnecessary schema property for service monitor

  • chore: update celery monitoring dashboard name

  • chore: update default refresh rate to 5m (089ca1f)

v18.2.0 (2024-08-22)

Chore

  • chore(release): preparing 18.2.0 (78f8b72)

Feature

  • feat: allow to enable prometheus integration (#8)

  • feat: allow to enable prometheus integration

  • docs: add prometheus documentation and custom dashboard

  • chore: address PR suggestions

  • fix: address PR suggestions

  • fix: address PR suggestions

  • chore: disable flower monitoring by default

  • chore: remove extra spaces

  • chore: improve docs (0c3a7c2)

v18.1.0 (2024-08-22)

Chore

  • chore(release): preparing 18.1.0 (9a46d7f)

Feature

  • feat: add flower host (b3e3e49)

  • feat: enable basic auth (ff22bed)

  • feat: allow to customize flower docker image (909725d)

  • feat: allow to customize flower docker image (00e7d81)

  • feat: allow to deploy flower (0644980)

Fix

  • fix: add port name for metrics (944b821)

  • fix: allow to disable multiqueue tuning (43f3f1d)

Unknown

  • Merge pull request #5 from eduNEXT/cag/flower-improvements

feat: add flower host (e3815ab)

  • Merge pull request #4 from eduNEXT/cag/release

chore: add release workflow (dbf1288)

  • Merge pull request #3 from eduNEXT/cag/flag

fix: allow to disable multiqueue tuning (b7c3e1e)

  • Merge pull request #2 from eduNEXT/cag/add-flower

feat: allow to deploy flower (211c58b)

v18.0.0 (2024-07-10)

Feature

  • feat: allow to run multiple celery queues and workers (ad0a4b0)

Fix

  • fix: split tasks from lms and cms (1d80bbc)

  • fix: use nameerror instead of attributeerror (d12e0bf)

  • fix: use only valid queue names (7ca3225)

  • fix: only add explicity queues for production settings (2053dec)

  • fix: use readme.md (c23ed8f)

Unknown

  • Merge pull request #1 from eduNEXT/cag/celery-queue

feat: allow to run multiple celery queues and workers (ceb9e3b)