AnsonDev42 / balance-checker-bot

Check your balance in Monzo Bank before your direct debit day
GNU General Public License v3.0
2 stars 0 forks source link

(bot) persist reminder for user #5

Closed AnsonDev42 closed 10 months ago

AnsonDev42 commented 10 months ago

write a json redis db

soemthing like:

{ user_id:xxx, remind_time: [time1, time2, ... ] }

AnsonDev42 commented 10 months ago

now support auto reload all the timers in redis when bot starts.

also support to unset all the timers (both in redis and current running jobs queue)