I want to send an email after 2 days after a row is updated in the table
some solns i am thinking of
create a async function and add sleep to function start of 2 days
create a task one question here can i create a task directly from the api function stack
create a table just for sending emails and add a task that runs continuously
any recomendations