Skip to content
Snippets Groups Projects
Commit 271b038f authored by Philip ABBET's avatar Philip ABBET
Browse files

Does only the minimum necessary monkey patching for gevent, otherwise beat.web...

Does only the minimum necessary monkey patching for gevent, otherwise beat.web doesn't work correctly
parent f797b322
No related branches found
No related tags found
1 merge request!13Merge docker-related changes
Pipeline #
......@@ -37,7 +37,8 @@ import zmq.green as zmq
import requests
from gevent import monkey
monkey.patch_all()
monkey.patch_socket(dns=False)
monkey.patch_ssl()
from . import utils
from . import dock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment