Open follower opened 13 years ago
the problem with this is that currently, the keys are namespaced in redis by using a colon. I might mark this as something to do when we refactor and allow arbitraty namespaces.
Has this been done? If so do I set my queue variable to be named "project-name:queue-name"?
this is not currently implemented. I am working on a branch for allowing arbitrary namespaces that should help with this issues
If I start a worker with:
Then visit http://127.0.0.1:8080/workers/ the web interface breaks with:
This is due to:
Also, if a start another worker at the same time with:
It breaks with:
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 (":").
A fix in some places might be something like: