Hello there, I am trying to develop a static web app that displays fantasy sports stats. One issue that i have run into is what the best way to automatically have my api functions called on a scheduler. I would like this to happen so i can get the latest stats and not have to manually refresh everytime i want it to run. Is there a way to implement a scheduler for azure static web apps?
Thank you