forked from github/plane
6 lines
139 B
Python
6 lines
139 B
Python
from psycogreen.gevent import patch_psycopg
|
|
|
|
|
|
def post_fork(server, worker):
|
|
patch_psycopg()
|
|
worker.log.info("Made Psycopg2 Green") |