Skip to content

Releases: eduNEXT/tutor-contrib-celery

v18.3.0

12 Sep 15:27
Compare
Choose a tag to compare

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)

v18.2.1

28 Aug 14:59
Compare
Choose a tag to compare

v18.2.1 (2024-08-28)

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

22 Aug 21:18
Compare
Choose a tag to compare

v18.2.0 (2024-08-22)

Feature

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

v18.1.0

22 Aug 19:24
Compare
Choose a tag to compare

v18.1.0 (2024-08-22)

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)

v18.0.0

10 Jul 18:18
ceb9e3b
Compare
Choose a tag to compare

What's Changed

  • feat: allow to run multiple celery queues and workers by @Ian2012 in #1

New Contributors

Full Changelog: https://github.com/eduNEXT/tutor-contrib-celery/commits/v18.0.0