Change8

v5.6.2

📦 celeryView on GitHub →
🐛 2 fixes🔧 2 symbols

Summary

Celery 5.6.2 resolves a recursive WorkController issue in DjangoWorkerFixup and ensures revoked tasks instantly reflect a REVOKED status in the backend.

🐛 Bug Fixes

  • Fix recursive WorkController instantiation in DjangoWorkerFixup and prevent AttributeError when pool_cls is provided as a string.
  • Revoked tasks now immediately update the backend status to REVOKED.

🔧 Affected Symbols

WorkControllerDjangoWorkerFixup