kallsyms / wx_explore

Website that allows everyone to dive into the raw data behind weather predictions
https://www.vortexweather.io/
Apache License 2.0
11 stars 1 forks source link

asyncio #9

Open kallsyms opened 4 years ago

kallsyms commented 4 years ago

A lot of the stuff we do would be made much easier/faster/better with asyncio. This could replace concurrent.futures.ThreadPoolExecutors, make gunicorn parallelism easier, etc. etc.