The Dockerfile in celery repo installs cyanide which makes kombu use this serializer.
This serializer has been updated to behave the same way as kombu's serializer.
This is one of the steps to get everything correctly running in a local dev as the celery repo documentation explains. Part of: https://github.com/celery/celery/issues/5096
The
Dockerfile
in celery repo installs cyanide which makes kombu use this serializer. This serializer has been updated to behave the same way as kombu's serializer. This is one of the steps to get everything correctly running in a local dev as the celery repo documentation explains. Part of: https://github.com/celery/celery/issues/5096