frappe_docker/images/worker/gevent_patch.py
2022-02-26 19:13:48 +03:00

3 lines
48 B
Python

import gevent.monkey
gevent.monkey.patch_all()