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
{{ message }}
This repository was archived by the owner on Jun 5, 2023. It is now read-only.
File "pyres-0.9.1-py2.7.egg/resweb/views.py", line 142, in workers
host,pid,queues = str(w).split(':')
ValueError: too many values to unpack
Also, if a start another worker at the same time with:
pyres_worker "project-name:queue-name"
It breaks with:
File "pyres-0.9.1-py2.7.egg/pyres/worker.py", line 86, in startup
self.prune_dead_workers()
File "pyres-0.9.1-py2.7.egg/pyres/worker.py", line 76, in prune_dead_workers
host, pid, queues = worker.id.split(':')
ValueError: too many values to unpack
I would guess this happens in other places also.
It would be nice to be able to specify a queue name that includes a colon (":").