Re: Channels delay server in development enviromnent

2017-05-24 Thread Andrew Godwin
Hi Vaclav, This is because there's only so much we can pack into runserver; when you develop with Celery, for example, you would probably need to run Celery unless you turn ALWAYS_EAGER on (and then not actually see any potential race conditions). If you don't want to run Redis locally, you can u

Channels delay server in development enviromnent

2017-05-24 Thread Václav Řehák
Hi, one of the things I like about channels is how simply it fits into development workflow with runserver. I remember how painful it was to run celery on my laptop with all the rabbitmq, worker and celery beat processes. However, I now ran into usecase requiring the use of the delay server an