Re: Django channels being used instead of celery.

2017-03-14 Thread Melvyn Sopacua
On Tuesday 14 March 2017 13:14:37 Prafull Gaikwad wrote: > Current situation - > Currently, I am using celery where I have the Django server > communicating with different celery workers hosted on different > Raspberry Pis. The web application served by Django takes request > from the user and upd

Re: Django channels being used instead of celery.

2017-03-14 Thread Andrew Godwin
Hi, You could do this with channels - it also gets configured with a single central address (the Redis server, in this case) so it would be possible to run workers on each of the Pis and configure them to talk to the central Redis server. However, depending on how reliable you want your results t