File: test_serialization_config.py

package info (click to toggle)
celery 5.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,008 kB
  • sloc: python: 64,346; sh: 795; makefile: 378
file content (5 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
event_serializer = "pickle"
result_serializer = "pickle"
accept_content = ["pickle", "json"]
worker_redirect_stdouts = False
worker_log_color = False