mirror of
https://github.com/makeplane/plane.git
synced 2025-12-18 20:59:39 +01:00
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")
|