We've been running without Gevent in production since last Thursday. It's time to cleanup the de-fact dead code.
Removes USE_GEVENT config option and the associated gevent waiter for MySQL
Removes GreenletTracer and KillerGreenletTracer - those were greenlet-specific and responsible for monitoring and killing stuck greenlets that got stuck on CPU intensive parts, threads can switch by themselves every N-th instruction without performing I/O
Remove gevent and it's dependencies from the requirements
Removes mentions of gevent and greenlets from the code
We've been running without Gevent in production since last Thursday. It's time to cleanup the de-fact dead code.
USE_GEVENT
config option and the associated gevent waiter for MySQL