Releases: eduNEXT/tutor-contrib-celery
Releases · eduNEXT/tutor-contrib-celery
v19.0.0
v18.4.0
v18.4.0 (2024-12-12)
Features
(cherry picked from commit c858d5d)
docs: add section with extra parameters
refactor!: use new filter to define celery command
(cherry picked from commit 53fafef)
Detailed Changes: v18.3.0...v18.4.0
v18.3.0
v18.3.0 (2024-09-12)
Feature
- feat: add keda autoscaling support
- feat: add tutor hook for autoscaling config
Breaking changes
- The configuration of queues is now moved from tutor settings to a tutor hook and
CELERY_WORKER_VARIANTS
has been removed. Make sure to update your configuration to the new format. CELERY_MULTIQUEUE_ENABLED
has been removed and it's automatically calculated.- Default values for variants such as
lms.high
,lms.high_mem
,cms.low
,cms.high
has been removed.
Co-authored-by: jfavellar90 <[email protected]> (d2c2f84
)