Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Consumer yielded rather than a task instance #100

Closed
lsbardel opened this issue Mar 12, 2014 · 0 comments
Closed

Consumer yielded rather than a task instance #100

lsbardel opened this issue Mar 12, 2014 · 0 comments

Comments

@lsbardel
Copy link
Member

This error occurs just before the test suite ends running tasks.

   raise pulsar.HaltServer(exit_code=exit_code)
pulsar.utils.exceptions.HaltServer: Exiting server.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
   File ".../pulsar/pulsar/async/futures.py", line 434, in _step
     result = coro.send(value)
  File ".../pulsar/pulsar/apps/tasks/backend.py", line 412, in _
    task_id = task['id']
TypeError: 'Consumer' object is not subscriptable
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant