netlify / netlify-faunadb-example

Using FaunaDB with netlify functions
https://www.netlify.com/blog/2018/07/09/building-serverless-crud-apps-with-netlify-functions--faunadb/
385 stars 121 forks source link

Add in due dates to todos and wire up Functions to notify users via email/SMS #22

Open dotchev opened 4 years ago

dotchev commented 4 years ago

I just saw this under Next Steps:

  • Add in due dates to todos and wire up Functions to notify users via email/SMS

I have a similar use-case to schedule a background job at specific time. How would you do this in Netlify? Is it possible to schedule a function execution?