Skip to content

Commit 72e1061

Browse files
committed
Try adding eventlet monkey_patch in st2-register-content
1 parent 88c11ef commit 72e1061

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

st2common/st2common/content/bootstrap.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
# limitations under the License.
1515

1616
from __future__ import absolute_import
17+
18+
from st2common.util.monkey_patch import monkey_patch
19+
20+
monkey_patch()
21+
1722
import os
1823
import sys
1924
import logging

0 commit comments

Comments
 (0)