Change8

v5.6.1

📦 celeryView on GitHub →
2 features🐛 5 fixes

Summary

Celery 5.6.1 includes several bug fixes, improved prefork handling, and documentation updates.

✨ New Features

  • Close DB pools only in prefork mode (celery worker prefork mode).
  • Reliable prefork detection.

🐛 Bug Fixes

  • Fix Redis Sentinel ACL authentication support.
  • Fix broker heartbeats not sent during graceful shutdown.
  • Fix avoid unnecessary Django database connection creation during cleanup.
  • Stop importing pytest_subtests to avoid import errors.
  • Use exceptiongroup backport only for Python < 3.11.