binarymatt / pyres

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

WSGI callable function to be able to run resweb under uwsgi && exception fixes #93

Closed salimane closed 12 years ago

salimane commented 12 years ago

Hi,

I added WSGI callable function to be able to run the resweb application under uwsgi and I also fixed some exceptions thrown in resweb on data['run_at'] and job['payload'].

Thanks

binarymatt commented 12 years ago

can you seperate the wsgi change into it's own pull request. I have no problem taking that change; however, I'm still thinking about the resweb view changes.

salimane commented 12 years ago

yep issued another pull