Skip to content
Snippets Groups Projects
Commit e8a40931 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Fix memory leak in task update queue

I'm guessing the do_db_push() async function execution was starved by
other asyncio tasks, causing Python to remember all the to-be-queued
payloads in memory. By making the function synchronous this doesn't happen.
parent 7b9c46bb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment