Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

I faced the same problem using Postgres. It's actually coming from SQLAlchemy.

There is a long going discussion on replacing the result column type from PickleType to a plain binary field and have the serialization done on Celery's side using the configured result serializer, but it hasn't resolved yet.

In the meantime, I personally ended up patching the DatabaseBackend (PickleType -> Text) locally and plugged it as a custom backend.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by auvipy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants