Remove session leak

This commit is contained in:
nolash 2021-07-14 14:40:47 +02:00
parent af6951f1f7
commit 8b2652e551
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -132,6 +132,7 @@ class DispatchSyncer:
s_check.link(s_send)
t = s_check.apply_async()
logg.info('processed {}'.format(k))
session.close()
def loop(self, interval):