alidezhihui / TimelyScrumBoard_z

0 stars 0 forks source link

Send reminders one by one in Timely Cloud Function 【Merged】 #11

Open alidezhihui opened 9 months ago

alidezhihui commented 9 months ago

The implementation right now is sending all the reminders in one response. It can be a problem because if there is an error raised due to one reminder, all the other reminders will not be updated or dispatched: the reminder handler () stopped working.

New Design:

alidezhihui commented 9 months ago

next step: merge it