galacticwarrior9 / IslamBot

A Discord bot that supports Qur'an, hadith, prayer times, tafsir and more.
GNU General Public License v3.0
88 stars 37 forks source link

Prayer time reminders rework #15

Open galacticwarrior9 opened 3 years ago

galacticwarrior9 commented 3 years ago

The current system floods the al-adhan API with thousands of requests a day. This is slow and will break if the API goes offline.

Some ideas:

MuhammadSaadSiddique commented 1 year ago

Yes you are right, we can cache some requests responses we get more often. Or use db for front end if we have so only update calendar timing when needed else no need.