Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jayd3e opened this issue Jul 30, 2014 · 2 comments
Open

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

jayd3e opened this issue Jul 30, 2014 · 2 comments

Comments

@jayd3e
Copy link
Collaborator

jayd3e commented Jul 30, 2014

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.

jayd3e added a commit to jayd3e/retools that referenced this issue Jul 30, 2014
bbangert added a commit that referenced this issue Aug 28, 2014
Fixed issue #29.  Bug 'Worker' object has no attribute 'serializer'
@msabramo
Copy link
Contributor

msabramo commented Nov 7, 2014

This issue was fixed by 3d41f87 (PR #30) so I think it can be closed.

@bbangert: Are you able to do a release to PyPI? Because, as @jayd3e mentioned, 0.4.1 is busted.

@msabramo
Copy link
Contributor

Cc: @sontek 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants