You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Siddharth Anand (JIRA)" <ji...@apache.org> on 2018/01/03 17:22:00 UTC

[jira] [Assigned] (AIRFLOW-1967) Update Celery version

     [ https://issues.apache.org/jira/browse/AIRFLOW-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siddharth Anand reassigned AIRFLOW-1967:
----------------------------------------

    Assignee: Fokko Driesprong

> Update Celery version
> ---------------------
>
>                 Key: AIRFLOW-1967
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1967
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Fokko Driesprong
>            Assignee: Fokko Driesprong
>
> I've been working on getting a new Docker image out with Airflow 1.9, but I ran into problems with Celery 4.0.0, after updating to 4.0.2, the error disappeared:
> worker_1     | [2018-01-03 10:34:29,934: CRITICAL/MainProcess] Unrecoverable error: TypeError("'<=' not supported between instances of 'NoneType' and 'int'",)
> worker_1     | Traceback (most recent call last):
> worker_1     |   File "/usr/local/lib/python3.6/site-packages/celery/worker/worker.py", line 203, in start
> worker_1     |     self.blueprint.start(self)
> worker_1     |   File "/usr/local/lib/python3.6/site-packages/celery/bootsteps.py", line 115, in start
> worker_1     |     self.on_start()
> worker_1     |   File "/usr/local/lib/python3.6/site-packages/celery/apps/worker.py", line 143, in on_start
> worker_1     |     self.emit_banner()
> worker_1     |   File "/usr/local/lib/python3.6/site-packages/celery/apps/worker.py", line 159, in emit_banner
> worker_1     |     string(self.colored.reset(self.extra_info() or '')),
> worker_1     |   File "/usr/local/lib/python3.6/site-packages/celery/apps/worker.py", line 188, in extra_info
> worker_1     |     if self.loglevel <= logging.INFO:
> worker_1     | TypeError: '<=' not supported between instances of 'NoneType' and 'int'
> I've been running Celery in an undockerized setting, and then everything worked out fine.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)