frc5183 / Oatmeal

MIT License
2 stars 0 forks source link

Change Reminder System #5

Closed Trip-kun closed 10 months ago

Trip-kun commented 1 year ago

The reminder system needs to be detangled from UserEntity to prevent spamming database requests within the Heartbeat thread. This will allow us to request a Reminders table from the database rather than iterating over every user in the database every five minutes, reducing the load on the database and on Oatmeal itself.

Trip-kun commented 1 year ago

Not a bug, as it works completely as intended but It needs to be changed because it's bad

Trip-kun commented 10 months ago

Closed with #13