You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2024. It is now read-only.
Move querying the database to a seperate thread that runs every ~5 minutes. It can then put upcoming reminders in an array that can be worked with by the main reminder thread every second, allowing for 1 second reminders (or however long the main reminder thread will run)
Move querying the database to a seperate thread that runs every ~5 minutes. It can then put upcoming reminders in an array that can be worked with by the main reminder thread every second, allowing for 1 second reminders (or however long the main reminder thread will run)