Projet

Général

Profil

0001-misc-close-postgresql-connection-after-cronjobs-1103.patch

Frédéric Péters, 24 mai 2016 23:49

Télécharger (725 octets)

Voir les différences:

Subject: [PATCH] misc: close postgresql connection after cronjobs (#11035)

 wcs/qommon/cron.py | 1 +
 1 file changed, 1 insertion(+)
wcs/qommon/cron.py
66 66
            job.function(publisher)
67 67
        except:
68 68
            publisher.notify_of_exception(sys.exc_info(), context='[CRON]')
69
    publisher.cleanup()
69 70

  
70 71
def cron(publisher):
71 72
    global parent_killed
72
-