You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood.
We could test if that works out-of-the-box and if we can see meaningful performance improvements (for example in the services deployment).
Look like its a matter of adding uvloop as a requirement and replacing aiohttp.GunicornWebWorker with aiohttp.GunicornUVLoopWebWorker in our Gunicorn application.
The text was updated successfully, but these errors were encountered:
The uvloop library advertises itself as:
We could test if that works out-of-the-box and if we can see meaningful performance improvements (for example in the services deployment).
Look like its a matter of adding
uvloop
as a requirement and replacingaiohttp.GunicornWebWorker
withaiohttp.GunicornUVLoopWebWorker
in our Gunicorn application.The text was updated successfully, but these errors were encountered: