Skip to content

Add serializer parameters to docs, tests and examples#338

Merged
woutdenolf merged 3 commits into
mainfrom
add_serializer_parameters
Jun 30, 2026
Merged

Add serializer parameters to docs, tests and examples#338
woutdenolf merged 3 commits into
mainfrom
add_serializer_parameters

Conversation

@woutdenolf

@woutdenolf woutdenolf commented Jun 30, 2026

Copy link
Copy Markdown
Member

Closes #339

There are 4 (de)serialization options and we were using only mentioning 2

Client
    |
    | task_serializer  (NEW)
    v
 Broker
    |
    | accept_content
    v
 Worker
    |
    | result_serializer
    v
 Result Backend
    |
    | result_accept_content  (NEW)
    v
 Client

The default is json which is why tuples got serialized as lists.

@woutdenolf woutdenolf force-pushed the add_serializer_parameters branch from 5d3a581 to 3726c21 Compare June 30, 2026 12:52
@woutdenolf woutdenolf requested a review from LudoBroche June 30, 2026 12:54
Comment thread doc/tutorials/configuration.rst Outdated
@woutdenolf woutdenolf merged commit 5bf22f3 into main Jun 30, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tuples are serialized as lists when using the default celery options

2 participants