> On May 6, 2016, at 7:21 AM, Mark Lavin <markdla...@gmail.com> wrote:
> 
> Ryan,
> 
> Sorry if you felt I was ignoring your reply to focus on the discussion with 
> Andrew. You both made a lot of the same points at about the same time but I 
> did want to touch on a couple things.

I totally get it. Focus on the Jedi, not the Padawan.
> 
> On Thursday, May 5, 2016 at 4:21:59 PM UTC-4, Ryan Hiebert wrote:
> [snip] Anything that doesn't use celery's `acks_late` is a candidate, because 
> in those cases even Celery doesn't guarantee delivery, and ASGI is a simpler 
> interface than the powerful, glorious behemoth that is Celery.  
> 
> This isn't the place for a long discussion about the inner workings of Celery 
> but I don't believe this is true. [snip]

I just meant them to be _candidates_ for being able to use a less reliable 
channel. I've got lots of non-acks-late stuff that I couldn't use channels for. 
No need for further discussion, I just want to point out that I think we're 
(nearly, at least) on the same page here. You're right that I misspoke when 
saying it doesn't guarantee delivery, but the end result is similar if the 
worker gets lost.
> 
> 
> All of the examples I've seen have pushed all HTTP requests through Redis. I 
> think some of the take-aways from this conversation will be to move away from 
> that and recommend Channels primarily for websockets and not for WSGI 
> requests.

He's talking now about having a inter-process channel, which doesn't cross 
system boundaries, so it alleviates my concerns. For my cases the latency will 
be good enough if we just avoid the machine hopping.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/62DF2295-3D2B-4FA3-A274-4087760CE310%40ryanhiebert.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to