You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Fokko Driesprong (JIRA)" <ji...@apache.org> on 2017/11/21 19:42:00 UTC

[jira] [Created] (AIRFLOW-1840) Fix Celery config

Fokko Driesprong created AIRFLOW-1840:
-----------------------------------------

             Summary: Fix Celery config
                 Key: AIRFLOW-1840
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1840
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Fokko Driesprong


While configuring the Celery executor I keep running into this problem:

==> /var/log/airflow/scheduler.log <==
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/airflow/executors/celery_executor.py", line 83, in sync
    state = async.state
  File "/usr/local/lib/python2.7/dist-packages/celery/result.py", line 394, in state
    return self._get_task_meta()['status']
  File "/usr/local/lib/python2.7/dist-packages/celery/result.py", line 339, in _get_task_meta
    return self._maybe_set_cache(self.backend.get_task_meta(self.id))
  File "/usr/local/lib/python2.7/dist-packages/celery/backends/base.py", line 307, in get_task_meta
    meta = self._get_task_meta_for(task_id)
AttributeError: 'DisabledBackend' object has no attribute '_get_task_meta_for'



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