This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author multiks2200
Recipients multiks2200, rhettinger
Date 2021-04-23.17:07:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619197635.7.0.340924927583.issue43911@roundup.psfhosted.org>
In-reply-to
Content
Ok, I see, thanks Raymond. 

Queue based logging leaks seem to hang my deployed applications atm, so this seemed like a possible reason for it. I use locally 8GB Ubuntu, and it gets to 2.2% after return with 20million puts, and on a remote 1GB Ubuntu instance, it gets to 3.79% up from 1.24% with 3 million puts after return. So I don't think this is necessarily specific to my local build and seems like a genuine issue.

I understand where are you coming from stating that it's not a bug, but the alternative deque implementations don't seem to suffer from the same issue, at least to such a big extent, as I have shown.

I will continue and try to adapt alternate deque implementations and see if it solves Queues leaking and hanging my instances.

Thanks for your time and involvement in this.
History
Date User Action Args
2021-04-23 17:07:15multiks2200setrecipients: + multiks2200, rhettinger
2021-04-23 17:07:15multiks2200setmessageid: <1619197635.7.0.340924927583.issue43911@roundup.psfhosted.org>
2021-04-23 17:07:15multiks2200linkissue43911 messages
2021-04-23 17:07:15multiks2200create