We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c40dd7 commit e5c0ccfCopy full SHA for e5c0ccf
tcsocket/app/worker.py
@@ -153,6 +153,7 @@ async def update_enquiry_options(ctx, company):
153
data['last_updated'] = timestamp_ms()
154
redis = await create_pool(ctx['settings'].redis_settings)
155
await store_enquiry_data(redis, company, data)
156
+ redis.close()
157
158
159
async def post_data(session, url, data, company):
0 commit comments