Understanding Effect Schedule and Cron for Serverless Applications
Hi guys! I am trying to figure out the use case of Effect Schedule and Cron module. My app needs scheduling and long-lasting processes which will be planned and executed when needed automatically. For instance, reservation expiration logic to free a booked but not paid place for the event. What is the intended use case and workflow of Effect Scheduling module? My stack is serverless: NodeJS/Vercel, NextJS, Supabase, Effect for business logic. Does Effect support serverless environments well?
Upd: I consider to use full nodejs server, but still do not get the big picture of Effect scheduling for long background processes.
Upd: I consider to use full nodejs server, but still do not get the big picture of Effect scheduling for long background processes.
