-
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
)
- chore(release): preparing 18.2.1 (
317d8ae
)
-
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
)
- chore(release): preparing 18.2.0 (
78f8b72
)
-
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
)
- chore(release): preparing 18.1.0 (
9a46d7f
)
-
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
)
- 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
)
- feat: allow to run multiple celery queues and workers (
ad0a4b0
)
-
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
)
- Merge pull request #1 from eduNEXT/cag/celery-queue
feat: allow to run multiple celery queues and workers (ceb9e3b
)