stt-datacore / bot

6 stars 6 forks source link

Performance issues when left running for long time #20

Open ineffyble opened 3 years ago

ineffyble commented 3 years ago

We start to see delays in processing commands. When inspecting server, we see that CPU usage spikes to 100% when a command comes in, and stays there until the command is processed (which can be multiple minutes in some cases).

Restarting the bot (killing process and recreating) appears to resolve.