binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

Referencing issue https://github.com/binarydud/pyres/issues/58 #99

Closed danverbraganza closed 10 years ago

danverbraganza commented 12 years ago

I noticed that because of behaviour whereby classes were relying on

hostname,queues,id = ':'.split(split)

, we could not have queues with colons in their names. I patched this behaviour, which required a bit of a refactor of the Worker class.