Remove monkey patching. IT is done by gunicorn gevent
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Thu, 7 Aug 2014 11:19:20 +0000 (14:19 +0300)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Thu, 7 Aug 2014 11:19:20 +0000 (14:19 +0300)
poller/views.py

index 9a79211..47c6807 100644 (file)
@@ -16,8 +16,6 @@
 # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 # SOFTWARE.
 
-from gevent import monkey
-monkey.patch_all()
 from gevent.pool import Pool
 import gevent
 import json