binarymatt / pyres

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

migrate resweb to flask #40

Closed binarymatt closed 12 years ago

binarymatt commented 14 years ago

Itty is nice for small webapps, but there are things that I'd like to do on resweb, such as flash messages. Flask is the first idea that popped into my head, but I would be willing to look at other options.

binarymatt commented 14 years ago

pushed up the flask branch. Still needs lots of testing.

binarymatt commented 13 years ago

need to add the working// view

binarymatt commented 13 years ago

allow for multiple wsgi servers

robhudson commented 12 years ago

Might you consider leaving the resweb out of pyres and pushing it to integration projects? E.g. a django-pyres could have helper management commands for running pyres_worker in the Django settings environment so the workers could have access to the ORM. The django-pyres project could add queue stats views to the admin using Django.

A similar thing could be done for flask-pyres.

Seeing pyres want to install Flask for a Django project would make me look twice, I think.

binarymatt commented 12 years ago

i'd definitely consider taking resweb out of pyres and putting it into it's own package or into integration projects.

binarymatt commented 12 years ago

closing this now that resweb has been moved out of pyres and into it's own package at Pyres/resweb