Time Triggered Edge Functions
Hi all I have a spec where I want a function that updates a value in my supabase real time database periodically or on demand. So if a user does a particular thing it updates, but if nothing happens it then falls back to the action done at the periodic interval.
Is this possible? I haven't found anything on the internet related to this, it seems that it will require another edge function, but that's as far as I've gotten, thanks.
Is this possible? I haven't found anything on the internet related to this, it seems that it will require another edge function, but that's as far as I've gotten, thanks.