You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Alex Guziel (JIRA)" <ji...@apache.org> on 2017/03/24 18:56:42 UTC

[jira] [Created] (AIRFLOW-1038) Specify celery serializers explicitly

Alex Guziel created AIRFLOW-1038:
------------------------------------

             Summary: Specify celery serializers explicitly
                 Key: AIRFLOW-1038
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1038
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Alex Guziel
            Assignee: Alex Guziel


Celery 3->4 upgrade changes the default task and result serializer from pickle to json. Pickle is faster and supports more types http://docs.celeryproject.org/en/latest/userguide/calling.html
This also causes issues when different versions of celery are running on different hosts.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)