Kinda shocked no one responded to this. Sounds like most people aren't using SyncConsumers or aren't using Channels for mission critical applications.
On Friday, April 28, 2023 at 8:42:17 AM UTC-4 Tim Nelson wrote: > I am chasing a database deadlock issue in my application. What appears to > be happening is my SyncConsumers are eating up all the ASGI threads because > they are hung and websocket connections start failing. > > Is there a way to add a uWSGI "harakiri" like functionality to > SyncConsumers to defend against this issue? > > Django==3.2.5 > channels==3.0.5 > channels-redis==3.3.0 > asgiref==3.5.2 > uvicorn==0.15.0 > > Thanks. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/60d0ae34-0ebc-4fcc-87c1-76b596a9d390n%40googlegroups.com.

