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
Now that Django ORM supports asyncio, can we move consumers to it? since most of our stuff is IO blocking and better concurrency with lower resource usage?