How to pass "--runworker --asgi" to wsgi.py

2023-01-11 Thread Bala Subramanyam Vemu
Hi I am currently using django channels and have deployed them as well However , we currently want to separate the runworker from runserver As mentioned in the channels we have to run "python manage.py runserver ---noworker" so that all the websocket requests can be handled separately how

Re: How to pass "--runworker --asgi" to wsgi.py

2023-01-13 Thread Bala Subramanyam Vemu
ests run via ASGI - so you > need an ASGI server. You can read the official documentation and see your > alternatives here: > https://docs.djangoproject.com/en/4.1/howto/deployment/asgi/ > > Regards, > > Andréas > > > Den ons 11 jan. 2023 kl 19:41 skrev Bala Subrama