### Is your feature request related to a problem? Please describe. Users on an older version of gevent (1.5.0) reported that running `gevent.monkey.patch_all()` breaks workflow asyncio. ### Describe the solution you'd like * Replicate the error on that gevent version (a simple workflow is probably fine) * Upgrade gevent to see if it still occurs * If not, essentially bisect to find offending version minimum and maybe document in README * If so, find workaround and document in README