luni3359 / koa-bot

Discord bot
MIT License
3 stars 0 forks source link

Possible memory leak when running periodic tasks #64

Closed luni3359 closed 2 years ago

luni3359 commented 4 years ago

Multiple instances of ThreadPoolExecutor build up relatively quickly. This has to be investigated in-depth.

luni3359 commented 4 years ago

Possibly related to issue #42

luni3359 commented 2 years ago

The discord.py library has been updated plenty since the time this issue was created, the bot now runs on Python 3.10.3 as opposed to 3.7.3, and many parts of the bot have been refactored ever since. There might not be an issue with this anymore.

luni3359 commented 2 years ago

Couldn't figure out how to reproduce, but this should no longer be an issue due to how tasks have been rewritten.