Re: Async views means dropping gunicorn gevent for uvicorn, affecting sync view performance

2023-04-17 Thread Chris Barber
tc) >> >> >> On Sun, Apr 16, 2023 at 5:34 PM Chris Barber wrote: >> >>> Hello >>> >>> Production django app, currently 100% sync views, running under gunicorn >>> with gevent worker class. >>> >>> @andrewgodwin s

Async views means dropping gunicorn gevent for uvicorn, affecting sync view performance

2023-04-16 Thread Chris Barber
Hello Production django app, currently 100% sync views, running under gunicorn with gevent worker class. @andrewgodwin suggests here it is possible to migrate slowly, just run hybrid sync-async and add or convert views as desired https://www.youtube.com/watch?v=19Uh_PA_8Rc&t=1728s But to get a