ledenev-viktor / music-studio

https://music-studio-swart.vercel.app/
0 stars 0 forks source link

Supabase #76

Open YuliaKletsova opened 3 months ago

YuliaKletsova commented 3 months ago

Configure deleting rows every day at 23:00, delete everything earlier that previous working day

ledenev-viktor commented 2 months ago

To delete entries at 23:00 we need a scheduler. For example, take the zapier service for planning, which will call our function in the supabase and delete all records in the table.

ledenev-viktor commented 2 months ago

Create web-worker or service-worker