PredaaA / predacogs

Cogs for Red Discordbot
MIT License
30 stars 25 forks source link

[MartTools] Blocking bot loop because of SQL stuff #50

Closed PredaaA closed 3 years ago

TrustyJAID commented 4 years ago

To add onto this, anywhere that SQL is called to add or retrieve info from the datbase is blocking. Recommendations are to put it in a threadpoolexecutor or the default executor. It may also be worthwhile setting up a task to handle this with scheduled intervals and a local cache instead of updating on the event itself.