Is it possible to execute Functions on a schedule?

I have a use-case where I have to fetch data from an external data source periodically and I do not know if it possible to trigger a function based on a cron job for example. 🤔
Was this page helpful?