We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a1cd5 commit 9491333Copy full SHA for 9491333
futuramaapi/routers/callbacks/schemas.py
@@ -95,6 +95,7 @@ async def process_background_task(
95
requested_object,
96
id_,
97
)
98
+ await session.close()
99
await callback_response.send_callback(request.callback_url)
100
101
@classmethod
0 commit comments