Releases: eduNEXT/tutor-contrib-celery
Releases · eduNEXT/tutor-contrib-celery
v18.4.1
v18.4.1 (2025-01-14)
Bug Fixes
-
Trigger new dot release (
513f28c
)The 19.0.0 was tagged and published as the 18.4.0 version by mistake, causing errors when installing due to wrongly specified dependencies ( tutor>=19,<20 instead of tutor>=18<19) this empty commit should trigger a new dot release to be published in PyPI by CI.
Previous changes:
Detailed Changes: v18.4.0...v18.4.1
v19.0.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
)