binarymatt / pyres

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

Broken link generated on /working in pyres_web #59

Closed follower closed 12 years ago

follower commented 13 years ago

I may be missing something with this, but when I go to:

/working

when a worker is working there is a link on the right hand side with the time like "2011-03-16 00:59:46" which is a link to a URL such as:

/working/hostname.local:58125:foo

But when I click on it it, it results in a 404.

Should it be pointing to "/workers/" or is there a missing view implementation?

binarymatt commented 13 years ago

it looks like there is a missing view that never got added. For now, I'm going to remove the link and put this on the list of stuff to fix as we move the resweb package over to flask.

binarymatt commented 12 years ago

removing as resweb is now in it's own package