imsubhamsingh / imsubhamsingh/OpenQ

Potential Resource Leak with Timers

Open
#6 0 comments 0 reactions 1 assignee Claimed by @imsubhamsingh View on GitHub
bug
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

threading.Timer instances are created during the dequeue process, starting a new thread each time a message is dequeued. Over time, this could lead to a significant number of threads being created without a mechanism for clean-up, except on _purge. Each Timer object should be tracked and canceled when no longer needed.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.