Misha12 / GrillBot

Discord bot with features primarily for VUT FIT discord guild.
https://git.grillbot.cloud/
MIT License
5 stars 5 forks source link

Use sheduler to store statistics #261

Closed Misha12 closed 3 years ago

Misha12 commented 3 years ago

Actual implementation storing data in database per event (1 event == 1 SaveChanges() call). During having traffic SQL server timeouts due to the exhauseted number of connections.

Misha12 commented 3 years ago

Sheduler will catch more events into one transaction and save some connections.