Celery serializes task messages and results to transmit them over the network. Supported serializers include:
Configuration example:
app.conf.task_serializer = 'json' app.conf.result_serializer = 'json' app.conf.accept_content = ['json']
Generating explanation with Claude AI...
This will use 10 credits