Skip to content

require Kombu<=4.1.0 #63

Open
Open
@willowj

Description

@willowj

Kombu raise AttributeError(key)
AttributeError: async

  File "/usr/local/lib/python2.7/dist-packages/celery/worker/worker.py", line 241, in should_use_eventloop
    self._conninfo.transport.implements.async and
  File "/home/autossh/.local/lib/python2.7/site-packages/kombu/transport/base.py", line 125, in __getattr__
    raise AttributeError(key)
AttributeError: async

The latest version of Kombu renames async to asynchronous. celery-attributeerror-async-error

require Kombu<=4.1.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions