Skip to content

Latest commit

 

History

History
189 lines (105 loc) · 5.59 KB

CHANGELOG.md

File metadata and controls

189 lines (105 loc) · 5.59 KB

CHANGELOG

v19.0.0 (2024-12-18)

Features

v18.4.0 (2024-12-12)

Chores

  • release: Preparing 18.4.0 (1c8cf03)

Features

  • Allow to pass extra parameters for celery workers (#11, f523906)

(cherry picked from commit c858d5d0a7e285f050eda6057b214a5313691b0d)

docs: add section with extra parameters

refactor!: use new filter to define celery command

(cherry picked from commit 53fafef821a33979f24b867228487f812eb8524c)

v18.3.0 (2024-09-12)

Chores

  • release: Preparing 18.3.0 (c7732e5)

Features

  • 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]

v18.2.1 (2024-08-28)

Bug Fixes

  • Remove unnecessary schema property for service monitor (#9, 089ca1f)
  • fix: remove unnecessary schema property for service monitor

  • chore: update celery monitoring dashboard name

  • chore: update default refresh rate to 5m

Chores

  • release: Preparing 18.2.1 (317d8ae)

v18.2.0 (2024-08-22)

Chores

  • release: Preparing 18.2.0 (78f8b72)

Features

  • Allow to enable prometheus integration (#8, 0c3a7c2)
  • feat: allow to enable prometheus integration

  • docs: add prometheus documentation and custom dashboard

  • chore: address PR suggestions

  • fix: address PR suggestions

  • chore: disable flower monitoring by default

  • chore: remove extra spaces

  • chore: improve docs

v18.1.0 (2024-08-22)

Bug Fixes

  • Add port name for metrics (944b821)

  • Allow to disable multiqueue tuning (43f3f1d)

Chores

  • release: Preparing 18.1.0 (9a46d7f)

Features

  • Add flower host (b3e3e49)

  • Allow to customize flower docker image (909725d)

  • Allow to customize flower docker image (00e7d81)

  • Allow to deploy flower (0644980)

  • Enable basic auth (ff22bed)

v18.0.0 (2024-07-10)

Bug Fixes

  • Only add explicity queues for production settings (2053dec)

  • Split tasks from lms and cms (1d80bbc)

  • Use nameerror instead of attributeerror (d12e0bf)

  • Use only valid queue names (7ca3225)

  • Use readme.md (c23ed8f)

Features

  • Allow to run multiple celery queues and workers (ad0a4b0)