You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jayd3e
added a commit
to jayd3e/retools
that referenced
this issue
Jul 30, 2014
Running a worker yields this error right now:
And it's in the current 0.4.1 version on pypi.
The text was updated successfully, but these errors were encountered: