On Wednesday 16 December 2015 01:07:16 Ben Liyanage wrote:
> 
> I get that the goal of this is for asynchronous web requests, but if it's
> generalized right it seems like it could cover doing any kind of work
> without the pressure of completing a web transaction in a timely fashion.
> 
No, because Channels are designed to be non-reliable (each message is 
delivered at most once), and if I understand correctly this is a key point in 
the design. Celery gives you much stronger delivery guarantees,

Shai.

Reply via email to