Skip to content

AttributeError: 'Worker' object has no attribute 'serializer' #29

Description

@jayd3e

Running a worker yields this error right now:

Traceback (most recent call last):
  File "/app/.heroku/python/bin/clusterworker", line 9, in <module>
    load_entry_point('clustercourses==0.0.25', 'console_scripts', 'clusterworker')()
  File "/app/.heroku/src/clusterapp/clusterapp/__init__.py", line 139, in worker
    blocking=args.blocking)
  File "/app/.heroku/python/lib/python2.7/site-packages/retools/queue.py", line 459, in work
    if not self.paused and self.reserve(interval, blocking):
  File "/app/.heroku/python/lib/python2.7/site-packages/retools/queue.py", line 505, in reserve
    redis=self.redis, serializer=self.serializer,
AttributeError: 'Worker' object has no attribute 'serializer'

And it's in the current 0.4.1 version on pypi.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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